From 02917e0699172a12e8a03246758c7b694b3cafae Mon Sep 17 00:00:00 2001 From: Jin Chen Date: Wed, 3 Jun 2026 12:24:16 +0800 Subject: [PATCH] feat(ble): update ble power save sdkconfig on ESP32-S31 (cherry picked from commit e603f41667f724586109c51a0090d256b60adefa) Co-authored-by: cjin --- examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32c61 | 1 - examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c61 | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32c61 b/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32c61 index 2d712debeb7..34fd71dd83b 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32c61 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.40m.esp32c61 @@ -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.esp32c61 b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c61 index 6e60a0026ca..cd0f68a6d24 100644 --- a/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c61 +++ b/examples/bluetooth/nimble/power_save/sdkconfig.defaults.esp32c61 @@ -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