Skip to content

Commit 3d2787f

Browse files
authored
Fix wrong change
1 parent 1f03952 commit 3d2787f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

configs/defconfig.esp32

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
#
2+
# Bluetooth
3+
#
4+
CONFIG_BT_ENABLED=y
5+
CONFIG_BT_NIMBLE_ENABLED=y
6+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
7+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
8+
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
9+
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
10+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
11+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
12+
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
13+
114
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
215

316
CONFIG_ETH_ENABLED=y

0 commit comments

Comments
 (0)