Skip to content

Commit dbfc7b7

Browse files
authored
Update build.sh
Provide a way to enable menuconfig to build custom configurations. Also can be enabled by default.
1 parent cd02fb6 commit dbfc7b7

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)