From b643e435e29c0fccfa498885be848b58d0c5e44d Mon Sep 17 00:00:00 2001 From: Jin Chen Date: Wed, 3 Jun 2026 12:24:17 +0800 Subject: [PATCH] feat(ble): update ble power save sdkconfig on ESP32-S31 (cherry picked from commit aaa71d1afc804f31d4e676a16bdc60b894bd1797) Co-authored-by: cjin --- examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32s31 | 1 - examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32s31 | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32s31 b/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32s31 index c14fc0f2238..500d813cdc1 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32s31 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32s31 @@ -18,6 +18,5 @@ CONFIG_ESP_MODEM_CLOCK_ENABLE_CHECKING=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.esp32s31 b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32s31 index 8ec249419c3..bf31b24e7c2 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32s31 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32s31 @@ -19,7 +19,6 @@ CONFIG_ESP_MODEM_CLOCK_ENABLE_CHECKING=y # # Sleep Config # -CONFIG_ESP_SLEEP_POWER_DOWN_FLASH=y CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y # end of Sleep Config