From 8aa235a9a5adbf6f1fdb30d16b75ce9ab9f83a4f Mon Sep 17 00:00:00 2001 From: liuning Date: Thu, 5 Jun 2025 20:48:46 +0800 Subject: [PATCH] fix(wifi): fix cant sleep if connection breaks during sending probe --- components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld | 2 +- components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld index 343efdd6a6..0dbdb1b96c 100644 --- a/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld +++ b/components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld @@ -57,7 +57,7 @@ ppTxFragmentProc = 0x40001e08; esf_buf_setup = 0x40001e0c; hal_crypto_set_key_entry = 0x40001e18; /*pm_start = 0x40001e34;*/ -pm_stop = 0x40001e38; +/*pm_stop = 0x40001e38;*/ hal_set_sta_tbtt = 0x40001e4c; //pm_update_next_tbtt = 0x40001e50; pm_set_sleep_type = 0x40001e54; diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index bef6a32b6d..7587592417 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit bef6a32b6d1c862b5023ba1cf767d810ca1c3fa8 +Subproject commit 7587592417ecdb5163a104aebaedee0a87794608