diff --git a/build.sh b/build.sh index a36da3a9d..4f59dd37d 100755 --- a/build.sh +++ b/build.sh @@ -32,6 +32,8 @@ for target in $TARGETS; do # configure the build for the target rm -rf build sdkconfig sdkconfig.old cp "sdkconfig.$target" sdkconfig + # uncomment next line to access menuconfig + # idf.py menuconfig # build and prepare libs idf.py build if [ $? -ne 0 ]; then exit 1; fi