Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎build.sh‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /