Update build.sh
Provide a way to enable menuconfig to build custom configurations. Also can be enabled by default.
This commit is contained in:
parent
cd02fb6416
commit
dbfc7b7ef7
1 changed files with 2 additions and 0 deletions
2
build.sh
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue