Skip to content

Commit 3db6906

Browse files
authored
add BT nimble settings
1 parent cb06a11 commit 3db6906

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

configs/defconfig.common

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CONFIG_AUTOSTART_ARDUINO=y
22
# CONFIG_WS2812_LED_ENABLE is not set
33

4+
#
5+
# Bluetooth
6+
#
7+
CONFIG_BT_ENABLED=y
8+
CONFIG_BT_NIMBLE_ENABLED=y
9+
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
10+
CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
11+
# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
12+
# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
13+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
14+
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
15+
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
16+
417
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
518
CONFIG_DSP_MAX_FFT_SIZE_1024=y
619
CONFIG_ETH_SPI_ETHERNET_DM9051=y

0 commit comments

Comments
 (0)