kopia lustrzana https://github.com/espressif/esp-idf
Merge branch 'bugfix/fix_macro_conversion' into 'master'
Nimble: Fix logging level mismatch See merge request espressif/esp-idf!14477pull/7680/head
commit
168ecb275c
components/bt/host/nimble
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue