Skip to content

Commit 864fe8f

Browse files
authored
Fix UI Readme
1 parent 6026f5f commit 864fe8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/config_editor/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ If you are using MacOS and the application looks weird, check [this guide from T
2626

2727
These command line arguments can be used to pre-configure the application:
2828

29+
```
2930
Command line arguments:
3031
-t, --target <target> Comma-separated list of targets to be compiled.
3132
Choose from: all, esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2. Default: all except esp32c2
@@ -36,3 +37,4 @@ Command line arguments:
3637
-i, --idf-commit <commit> Commit of the ESP-IDF repository to be used. Default: set by the build script
3738
-D, --debug-level <level> Debug level to be set to ESP-IDF.
3839
Choose from: default, none, error, warning, info, debug, verbose. Default: default
40+
```

0 commit comments

Comments
 (0)