From 291d492ffbe508b8a2975c44d04a51adf9588664 Mon Sep 17 00:00:00 2001 From: Jin Chen Date: Wed, 3 Jun 2026 12:24:12 +0800 Subject: [PATCH] feat(ble): update ble power save sdkconfig on ESP32-c5 (cherry picked from commit 3fdabaedaa9cae34393d76d604e3cd0f5302c894) Co-authored-by: cjin --- examples/bluetooth/nimble/power_save/sdkconfig.48m.esp32c5 | 1 - examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c5 | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/bluetooth/nimble/power_save/sdkconfig.48m.esp32c5 b/examples/bluetooth/nimble/power_save/sdkconfig.48m.esp32c5 index 3c0540b874e..04f751402fa 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.48m.esp32c5 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.48m.esp32c5 @@ -17,6 +17,5 @@ CONFIG_FREERTOS_USE_TICKLESS_IDLE=y # # Sleep Config # -CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y # end of Sleep Config diff --git a/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c5 b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c5 index 8b53211402a..bb85904b22e 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c5 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c5 @@ -18,7 +18,6 @@ CONFIG_FREERTOS_USE_TICKLESS_IDLE=y # # Sleep Config # -CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y # end of Sleep Config