Skip to content

Commit d58881f

Browse files
committed
Improve readme
1 parent 7ae42f4 commit d58881f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

tools/config_editor/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The Windows Terminal can be installed from the Microsoft Store.
1717
These command line arguments can be used to pre-configure the application:
1818

1919
Command line arguments:
20-
-t, --target <target> Target to be compiled. Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2
20+
-t, --target <target> Target to be compiled. Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2. Default: all
2121
--copy, --no-copy Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default
2222
-c, --arduino-path <path> Path to arduino-esp32 directory. Default: OS dependent
23-
-A, --arduino-branch <branch> Branch of the arduino-esp32 repository to be used
24-
-I, --idf-branch <branch> Branch of the ESP-IDF repository to be used
25-
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used
26-
-D, --debug-level <level> Debug level to be set to ESP-IDF. Choose from: default, none, error, warning, info, debug, verbose
23+
-A, --arduino-branch <branch> Branch of the arduino-esp32 repository to be used. Default: set by the build script
24+
-I, --idf-branch <branch> Branch of the ESP-IDF repository to be used. Default: set by the build script
25+
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used. Default: set by the build script
26+
-D, --debug-level <level> Debug level to be set to ESP-IDF. Choose from: default, none, error, warning, info, debug, verbose. Default: default

tools/config_editor/app.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
Note that this application still needs the requirements from esp32-arduino-lib-builder to be installed.
1414
1515
Command line arguments:
16-
-t, --target <target> Target to be compiled. Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2
16+
-t, --target <target> Target to be compiled. Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2. Default: all
1717
--copy, --no-copy Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default
1818
-c, --arduino-path <path> Path to arduino-esp32 directory. Default: OS dependent
19-
-A, --arduino-branch <branch> Branch of the arduino-esp32 repository to be used
20-
-I, --idf-branch <branch> Branch of the ESP-IDF repository to be used
21-
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used
22-
-D, --debug-level <level> Debug level to be set to ESP-IDF. Choose from: default, none, error, warning, info, debug, verbose
19+
-A, --arduino-branch <branch> Branch of the arduino-esp32 repository to be used. Default: set by the build script
20+
-I, --idf-branch <branch> Branch of the ESP-IDF repository to be used. Default: set by the build script
21+
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used. Default: set by the build script
22+
-D, --debug-level <level> Debug level to be set to ESP-IDF. Choose from: default, none, error, warning, info, debug, verbose. Default: default
2323
2424
"""
2525

0 commit comments

Comments
 (0)