Merge branch 'bugfix/fix_cant_enter_modem_sleep_after_probe_disassoc' into 'master'

fix(wifi): fix cant sleep if connection breaks during sending probe

Closes AUD-6394

See merge request espressif/esp-idf!39702
This commit is contained in:
Jiang Jiang Jian
2025-06-06 18:08:54 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ ppTxFragmentProc = 0x40001e08;
esf_buf_setup = 0x40001e0c; esf_buf_setup = 0x40001e0c;
hal_crypto_set_key_entry = 0x40001e18; hal_crypto_set_key_entry = 0x40001e18;
/*pm_start = 0x40001e34;*/ /*pm_start = 0x40001e34;*/
pm_stop = 0x40001e38; /*pm_stop = 0x40001e38;*/
hal_set_sta_tbtt = 0x40001e4c; hal_set_sta_tbtt = 0x40001e4c;
//pm_update_next_tbtt = 0x40001e50; //pm_update_next_tbtt = 0x40001e50;
pm_set_sleep_type = 0x40001e54; pm_set_sleep_type = 0x40001e54;