We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d3947 commit b649c4cCopy full SHA for b649c4c
configs/defconfig.esp32c3
@@ -2,17 +2,11 @@
2
# Bluetooth
3
#
4
CONFIG_BT_ENABLED=y
5
-CONFIG_BT_STACK_NO_LOG=y
6
-# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
+CONFIG_BLE_MESH=y
7
CONFIG_BT_NIMBLE_ENABLED=y
8
CONFIG_BT_NIMBLE_LOG_LEVEL_NONE=y
9
-CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
10
-# CONFIG_BT_NIMBLE_NVS_PERSIST is not set
11
-# CONFIG_BT_NIMBLE_CRYPTO_STACK_MBEDTLS is not set
12
-# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
13
-# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
14
-# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
15
-CONFIG_BLE_MESH=y
+CONFIG_BT_NIMBLE_LOG_LEVEL=4
+CONFIG_BT_CTRL_MODEM_SLEEP=y
16
17
CONFIG_RTC_CLK_CAL_CYCLES=576
18
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set
0 commit comments