mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-31 01:56:31 +03:00
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
menu "Example Configuration"
|
|
|
|
config EXAMPLE_USE_TEXT_LOG
|
|
bool "Use text log mode for main file"
|
|
default n
|
|
help
|
|
Enable this option to compile logs in the main file as text logs
|
|
even if global binary logging is enabled.
|
|
Used for testing purposes.
|
|
|
|
endmenu
|