Skip to content

Commit 4234341

Browse files
authored
Enable BT modem sleep
1 parent ab833fd commit 4234341

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32c3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ CONFIG_COMPILER_OPTIMIZATION_SIZE=y
1111
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
1212
CONFIG_COMPILER_SAVE_RESTORE_LIBCALLS=y
1313
CONFIG_BT_ENABLED=y
14+
CONFIG_BT_CTRL_MODEM_SLEEP=y
15+
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
16+
CONFIG_BT_CTRL_LPCLK_SEL_MAIN_XTAL=y
17+
# CONFIG_BT_CTRL_LPCLK_SEL_RTC_SLOW is not set
1418
CONFIG_BT_LOG_HCI_TRACE_LEVEL_NONE=y
1519
CONFIG_BT_LOG_BTM_TRACE_LEVEL_NONE=y
1620
CONFIG_BT_LOG_L2CAP_TRACE_LEVEL_NONE=y

0 commit comments

Comments
 (0)