We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb06a11 commit 3db6906Copy full SHA for 3db6906
configs/defconfig.common
@@ -1,6 +1,19 @@
1
CONFIG_AUTOSTART_ARDUINO=y
2
# CONFIG_WS2812_LED_ENABLE is not set
3
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
+
17
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
18
CONFIG_DSP_MAX_FFT_SIZE_1024=y
19
CONFIG_ETH_SPI_ETHERNET_DM9051=y
0 commit comments