diff options
Diffstat (limited to 'src/sdk_config.h')
| -rw-r--r-- | src/sdk_config.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/sdk_config.h b/src/sdk_config.h index 0d9b274..a63eb6f 100644 --- a/src/sdk_config.h +++ b/src/sdk_config.h @@ -1322,7 +1322,15 @@ #ifndef BLE_ANS_C_ENABLED -#define BLE_ANS_C_ENABLED 0 +#define BLE_ANS_C_ENABLED 1 +#endif + +#ifndef BLE_ANS_C_LOG_ENABLED +#define BLE_ANS_C_LOG_ENABLED 1 +#endif + +#ifndef BLE_ANS_C_LOG_LEVEL +#define BLE_ANS_C_LOG_LEVEL 3 #endif // <q> BLE_BAS_C_ENABLED - ble_bas_c - Battery Service Client |
