Skip to content

Commit b1e3681

Browse files
committed
Improve header
1 parent e2de23a commit b1e3681

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tools/config_editor/app.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@
88
99
The application is built using the "textual" library, which is a Python library for building text-based user interfaces.
1010
11-
The first argument to the script is the path to the Arduino core. If no argument is provided, it is assumed that the
12-
Arduino core is located in the default path `/arduino-esp32` (docker image default).
11+
Note that this application still needs the requirements from esp32-arduino-lib-builder to be installed.
12+
13+
Command line arguments:
14+
-t, --target <target> Target to be compiled. Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2
15+
--copy, --no-copy Enable/disable copying the compiled libraries to arduino-esp32. Enabled by default
16+
-c, --arduino-path <path> Path to arduino-esp32 directory. Default: OS dependent
17+
-A, --arduino-branch <branch> Branch of the arduino-esp32 repository to be used
18+
-I, --idf-branch <branch> Branch of the ESP-IDF repository to be used
19+
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used
20+
-D, --debug-level <level> Debug level to be set to ESP-IDF. Choose from: default, none, error, warning, info, debug, verbose
1321
1422
"""
1523

0 commit comments

Comments
 (0)