26 lines
444 B
Plaintext
26 lines
444 B
Plaintext
### Logging
|
|
CONFIG_LOG=y
|
|
|
|
### File System
|
|
CONFIG_FS_MGMT=y
|
|
# CONFIG_FS_MGMT_LOG_LEVEL_DBG=y
|
|
CONFIG_FS_LOG_LEVEL_WRN=y
|
|
|
|
### Bluetooth
|
|
CONFIG_BLE_MGMT=y
|
|
# CONFIG_BLE_MGMT_LOG_LEVEL_DBG=y
|
|
|
|
# Advertising 500ms - 1s
|
|
CONFIG_BLE_MGMT_ADV_INT_MIN=160
|
|
CONFIG_BLE_MGMT_ADV_INT_MAX=320
|
|
|
|
## Buzzer protocol
|
|
CONFIG_BUZZ_PROTO=y
|
|
CONFIG_BUZZ_PROTO_LOG_LEVEL_DBG=y
|
|
|
|
## Power management
|
|
CONFIG_PM_DEVICE=y
|
|
|
|
## Shell
|
|
# CONFIG_SHELL=y
|
|
# CONFIG_FILE_SYSTEM_SHELL=y |