Skip to content

Commit 8c06eba

Browse files
authored
remove debug level choice
1 parent 8f8f7de commit 8c06eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ function print_help() {
2727
echo " -i Set which commit of ESP-IDF to be used for compilation"
2828
echo " -e Archive the build to dist"
2929
echo " -d Deploy the build to github arduino-esp32"
30-
echo " -D Debug level to be set to ESP-IDF. One of default,none,error,warning,info,debug or verbose"
3130
echo " -c Set the arduino-esp32 folder to copy the result to. ex. '$HOME/Arduino/hardware/espressif/esp32'"
3231
echo " -t Set the build target(chip) ex. 'esp32s3' or select multiple targets(chips) by separating them with comma ex. 'esp32,esp32s3,esp32c3'"
3332
echo " -b Set the build type. ex. 'build' to build the project and prepare for uploading to a board"

0 commit comments

Comments
 (0)