Skip to content

Commit d9a8685

Browse files
authored
add BT settings
1 parent f88ffde commit d9a8685

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/defconfig.esp32s3

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
2222
# Bluetooth
2323
#
2424
CONFIG_BT_ENABLED=y
25+
CONFIG_BT_STACK_NO_LOG=y
26+
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
27+
# CONFIG_BLE_MESH is not set
2528
CONFIG_BT_NIMBLE_ENABLED=y
2629
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
2730
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1

0 commit comments

Comments
 (0)