File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
module_config/module_esp32c5_default Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -170,3 +170,10 @@ CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=n
170170
171171# ESP HTTPS OTA
172172CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP=y
173+
174+ # Bluetooth Low Power Config
175+ CONFIG_BT_LE_SLEEP_ENABLE=y
176+ CONFIG_BT_LE_LP_CLK_SRC_DEFAULT=y
177+ CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP=y
178+ CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
179+ CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
Original file line number Diff line number Diff line change @@ -173,3 +173,10 @@ CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG=n
173173
174174# ESP HTTPS OTA
175175CONFIG_ESP_HTTPS_OTA_ALLOW_HTTP=y
176+
177+ # Bluetooth Low Power Config
178+ CONFIG_BT_LE_SLEEP_ENABLE=y
179+ CONFIG_BT_LE_LP_CLK_SRC_DEFAULT=y
180+ CONFIG_PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP=y
181+ CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y
182+ CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
You can’t perform that action at this time.
0 commit comments