Battery measurement, basic version
This commit is contained in:
@@ -27,7 +27,11 @@ LOG_MODULE_REGISTER(settings_mgmt, LOG_LEVEL_INF);
|
||||
|
||||
/* The "Source of Truth" in RAM */
|
||||
struct app_settings_t app_cfg = {
|
||||
#ifdef CONFIG_BLE_MGMT_DEFAULT_DEVICE_NAME
|
||||
.dev_name = CONFIG_BLE_MGMT_DEFAULT_DEVICE_NAME,
|
||||
#else
|
||||
.dev_name = CONFIG_BOARD, /* Default to board name if no explicit default set */
|
||||
#endif
|
||||
.vol = 100, /* 0-100 % */
|
||||
.shuffle_mode = 0,
|
||||
.ble_timeout = 0xFFFFFFFF,
|
||||
|
||||
Reference in New Issue
Block a user