Skip to content

Commit 28d2236

Browse files
authored
add BT settings
1 parent 74374ad commit 28d2236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32c6

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ CONFIG_ULP_COPROC_RESERVE_MEM=8192
1010
# Bluetooth
1111
#
1212
CONFIG_BT_ENABLED=y
13+
CONFIG_BT_STACK_NO_LOG=y
14+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
15+
# CONFIG_BLE_MESH is not set
1316
CONFIG_BT_NIMBLE_ENABLED=y
1417
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1518
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1

0 commit comments

Comments
 (0)