mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(wifi): fix cant sleep if connection breaks during sending probe
This commit is contained in:
@ -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;
|
||||
|
Submodule components/esp_wifi/lib updated: bef6a32b6d...7587592417
Reference in New Issue
Block a user