We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c0ba8 commit cd8323eCopy full SHA for cd8323e
configs/defconfig.esp32s3
@@ -13,6 +13,10 @@ CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE=y
13
CONFIG_COMPILER_STACK_CHECK_MODE_NORM=y
14
CONFIG_COMPILER_WARN_WRITE_STRINGS=y
15
CONFIG_BT_ENABLED=y
16
+CONFIG_BT_CTRL_MODEM_SLEEP=y
17
+CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
18
+CONFIG_BT_CTRL_LPCLK_SEL_MAIN_XTAL=y
19
+# CONFIG_BT_CTRL_LPCLK_SEL_RTC_SLOW is not set
20
CONFIG_BT_BLE_42_FEATURES_SUPPORTED=y
21
CONFIG_BT_LOG_HCI_TRACE_LEVEL_NONE=y
22
CONFIG_BT_LOG_BTM_TRACE_LEVEL_NONE=y
0 commit comments