@@ -17,10 +17,10 @@ The Windows Terminal can be installed from the Microsoft Store.
17
17
These command line arguments can be used to pre-configure the application:
18
18
19
19
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
21
21
--copy, --no-copy Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default
22
22
-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
0 commit comments