Skip to content

Commit b649c4c

Browse files
committed
Update esp32c3 defconfig
- Enable modem sleep - disable logs
1 parent c3d3947 commit b649c4c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

configs/defconfig.esp32c3

+3-9
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
# Bluetooth
33
#
44
CONFIG_BT_ENABLED=y
5-
CONFIG_BT_STACK_NO_LOG=y
6-
# CONFIG_BT_BLE_42_FEATURES_SUPPORTED is not set
5+
CONFIG_BLE_MESH=y
76
CONFIG_BT_NIMBLE_ENABLED=y
87
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
8+
CONFIG_BT_NIMBLE_LOG_LEVEL=4
9+
CONFIG_BT_CTRL_MODEM_SLEEP=y
1610

1711
CONFIG_RTC_CLK_CAL_CYCLES=576
1812
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0 is not set

0 commit comments

Comments
 (0)