mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
Nimble: Removed Critical debug level from menuconfig, since it internally maps
to level Error.
This commit is contained in:
parent
23a03a3bdb
commit
67bb97cbf3
@ -44,8 +44,6 @@ choice BT_NIMBLE_LOG_LEVEL
|
||||
|
||||
config BT_NIMBLE_LOG_LEVEL_NONE
|
||||
bool "No logs"
|
||||
config BT_NIMBLE_LOG_LEVEL_CRIT
|
||||
bool "Critical logs"
|
||||
config BT_NIMBLE_LOG_LEVEL_ERROR
|
||||
bool "Error logs"
|
||||
config BT_NIMBLE_LOG_LEVEL_WARNING
|
||||
@ -62,8 +60,7 @@ config BT_NIMBLE_LOG_LEVEL
|
||||
default 1 if BT_NIMBLE_LOG_LEVEL_INFO
|
||||
default 2 if BT_NIMBLE_LOG_LEVEL_WARNING
|
||||
default 3 if BT_NIMBLE_LOG_LEVEL_ERROR
|
||||
default 4 if BT_NIMBLE_LOG_LEVEL_CRIT
|
||||
default 5 if BT_NIMBLE_LOG_LEVEL_NONE
|
||||
default 4 if BT_NIMBLE_LOG_LEVEL_NONE
|
||||
|
||||
config BT_NIMBLE_MAX_CONNECTIONS
|
||||
int "Maximum number of concurrent connections"
|
||||
|
Loading…
x
Reference in New Issue
Block a user