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 1f03952 commit 3d2787fCopy full SHA for 3d2787f
configs/defconfig.esp32
@@ -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
+
14
CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
15
16
CONFIG_ETH_ENABLED=y
0 commit comments