Improved BLE logging
Do not consider service discovery as error Remove dulicated BLE observer
This commit is contained in:
@@ -1330,7 +1330,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef BLE_ANS_C_LOG_LEVEL
|
||||
#define BLE_ANS_C_LOG_LEVEL 4
|
||||
#define BLE_ANS_C_LOG_LEVEL 3
|
||||
#endif
|
||||
|
||||
// <q> BLE_BAS_C_ENABLED - ble_bas_c - Battery Service Client
|
||||
@@ -8460,15 +8460,15 @@
|
||||
// <e> NRF_LOG_ENABLED - nrf_log - Logger
|
||||
//==========================================================
|
||||
#ifndef NRF_LOG_ENABLED
|
||||
#define NRF_LOG_ENABLED 0
|
||||
#define NRF_LOG_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef NRF_LOG_BACKEND_RTT_ENABLED
|
||||
#define NRF_LOG_BACKEND_RTT_ENABLED 0
|
||||
#define NRF_LOG_BACKEND_RTT_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef NRF_LOG_BACKEND_SERIAL_USES_RTT
|
||||
#define NRF_LOG_BACKEND_SERIAL_USES_RTT 0
|
||||
#define NRF_LOG_BACKEND_SERIAL_USES_RTT 1
|
||||
#endif
|
||||
// <h> Log message pool - Configuration of log message pool
|
||||
|
||||
@@ -8540,7 +8540,7 @@
|
||||
// <4=> Debug
|
||||
|
||||
#ifndef NRF_LOG_DEFAULT_LEVEL
|
||||
#define NRF_LOG_DEFAULT_LEVEL 4
|
||||
#define NRF_LOG_DEFAULT_LEVEL 3
|
||||
#endif
|
||||
|
||||
// <q> NRF_LOG_DEFERRED - Enable deffered logger.
|
||||
|
Reference in New Issue
Block a user