We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd02fb6 + dbfc7b7 commit 7093b03Copy full SHA for 7093b03
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