diff --git a/module_config/module_esp32c2-2mb/sdkconfig.defaults b/module_config/module_esp32c2-2mb/sdkconfig.defaults index fc66c686..dce6d523 100644 --- a/module_config/module_esp32c2-2mb/sdkconfig.defaults +++ b/module_config/module_esp32c2-2mb/sdkconfig.defaults @@ -28,6 +28,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -52,6 +53,9 @@ CONFIG_LOG_COLORS=n # Compiler CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # Bluetooth CONFIG_BT_ENABLED=n CONFIG_BTDM_CTRL_MODE_ONLY=y diff --git a/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults b/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults index d97dfcb9..e470bf4d 100644 --- a/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults +++ b/module_config/module_esp32c2-2mb/sdkconfig_silence.defaults @@ -28,6 +28,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -55,6 +56,9 @@ CONFIG_LOG_COLORS=n CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # Bluetooth CONFIG_BT_ENABLED=n CONFIG_BTDM_CTRL_MODE_ONLY=y diff --git a/module_config/module_esp32c2-ble-2mb/sdkconfig.defaults b/module_config/module_esp32c2-ble-2mb/sdkconfig.defaults index c16e63d9..5a1c24c8 100644 --- a/module_config/module_esp32c2-ble-2mb/sdkconfig.defaults +++ b/module_config/module_esp32c2-ble-2mb/sdkconfig.defaults @@ -26,6 +26,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -49,6 +50,9 @@ CONFIG_LOG_DEFAULT_LEVEL_ERROR=y # Compiler CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # NimBLE Options CONFIG_BT_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y diff --git a/module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults b/module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults index 87ed2253..9bb47984 100644 --- a/module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults +++ b/module_config/module_esp32c2-ble-2mb/sdkconfig_silence.defaults @@ -26,6 +26,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -53,6 +54,9 @@ CONFIG_FREERTOS_ASSERT_DISABLE=y CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # NimBLE Options CONFIG_BT_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y diff --git a/module_config/module_esp32c2_default/sdkconfig.defaults b/module_config/module_esp32c2_default/sdkconfig.defaults index ecee3db8..aedf5495 100644 --- a/module_config/module_esp32c2_default/sdkconfig.defaults +++ b/module_config/module_esp32c2_default/sdkconfig.defaults @@ -26,6 +26,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -49,6 +50,9 @@ CONFIG_LOG_DEFAULT_LEVEL_ERROR=y # Compiler CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # NimBLE Options CONFIG_BT_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y diff --git a/module_config/module_esp32c2_default/sdkconfig_silence.defaults b/module_config/module_esp32c2_default/sdkconfig_silence.defaults index 2aa0e9bf..491f2b93 100644 --- a/module_config/module_esp32c2_default/sdkconfig_silence.defaults +++ b/module_config/module_esp32c2_default/sdkconfig_silence.defaults @@ -26,6 +26,7 @@ CONFIG_PM_ENABLE=y CONFIG_PM_USE_RTC_TIMER_REF=y ### Disable all GPIO at light sleep CONFIG_PM_SLP_DISABLE_GPIO=y +CONFIG_PM_DFS_INIT_AUTO=y # ESP Ringbuf CONFIG_RINGBUF_PLACE_FUNCTIONS_INTO_FLASH=y @@ -53,6 +54,9 @@ CONFIG_FREERTOS_ASSERT_DISABLE=y CONFIG_COMPILER_OPTIMIZATION_DEFAULT=y CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y +# Bluetooth Low Power Config +CONFIG_BT_LE_SLEEP_ENABLE=y + # NimBLE Options CONFIG_BT_ENABLED=y CONFIG_BT_NIMBLE_ENABLED=y