Skip to content

Commit 7093b03

Browse files
authored
Merge pull request #35 from sabado/patch-1
Update build.sh
2 parents cd02fb6 + dbfc7b7 commit 7093b03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ for target in $TARGETS; do
3232
# configure the build for the target
3333
rm -rf build sdkconfig sdkconfig.old
3434
cp "sdkconfig.$target" sdkconfig
35+
# uncomment next line to access menuconfig
36+
# idf.py menuconfig
3537
# build and prepare libs
3638
idf.py build
3739
if [ $? -ne 0 ]; then exit 1; fi

0 commit comments

Comments
 (0)