Cleanups
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
menu "ESP Config lib settings"
|
||||
|
||||
choice LOG_LOCAL_LEVEL_CONFIG
|
||||
bool "go-e CONFIG log verbosity"
|
||||
bool "CONFIG log verbosity"
|
||||
default LOG_LOCAL_LEVEL_CONFIG_INFO
|
||||
help
|
||||
Specify how much output to compile into the binary.
|
||||
@@ -9,7 +9,7 @@ choice LOG_LOCAL_LEVEL_CONFIG
|
||||
esp_log_level_set function.
|
||||
|
||||
Note that this setting limits which log statements
|
||||
are compiled into the program in go-e sources. So
|
||||
are compiled into the program in sources. So
|
||||
setting this to, say, "Warning" would mean that
|
||||
changing log level to "Debug" at runtime will not
|
||||
be possible.
|
||||
|
Reference in New Issue
Block a user