We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02fb6 commit dbfc7b7Copy full SHA for dbfc7b7
build.sh
@@ -32,6 +32,8 @@ for target in $TARGETS; do
32
# configure the build for the target
33
rm -rf build sdkconfig sdkconfig.old
34
cp "sdkconfig.$target" sdkconfig
35
+ # uncomment next line to access menuconfig
36
+ # idf.py menuconfig
37
# build and prepare libs
38
idf.py build
39
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments