Skip to content

Commit 2b4c28f

Browse files
authored
add BT settings
1 parent 44d708a commit 2b4c28f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32c2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ CONFIG_XTAL_FREQ=26
55
# Bluetooth
66
#
77
CONFIG_BT_ENABLED=y
8+
CONFIG_BT_STACK_NO_LOG=y
9+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
10+
# CONFIG_BLE_MESH is not set
811
CONFIG_BT_NIMBLE_ENABLED=y
912
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
1013
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1

0 commit comments

Comments
 (0)