Files
esp-idf/tools/test_apps/system/log/main/Kconfig.projbuild
2025-04-23 15:46:34 +08:00

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