12 lines
298 B
Plaintext
12 lines
298 B
Plaintext
# Use minimal logging mode and disable info/debug logging to reduce flash space
|
|
#CONFIG_LOG_MODE_MINIMAL=y
|
|
#CONFIG_LOG_MAX_LEVEL=2
|
|
#CONFIG_LOG_DEFAULT_LEVEL=2
|
|
|
|
# Disable RTT support
|
|
#CONFIG_USE_SEGGER_RTT=n
|
|
|
|
# Disable Bluetooth PHY update support
|
|
CONFIG_BT_USER_PHY_UPDATE=n
|
|
CONFIG_BT_PHY_UPDATE=n
|