mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 17:19:09 -04:00
fix(wifi): fix max idle period 1 issue
This commit is contained in:
parent
15e75f21a7
commit
35771eed0e
@ -122,7 +122,7 @@ pm_local_tsf_process = 0x40000cd4;
|
||||
pm_set_beacon_filter = 0x40000cd8;
|
||||
pm_is_in_wifi_slice_threshold = 0x40000cdc;
|
||||
pm_is_waked = 0x40000ce0;
|
||||
pm_keep_alive = 0x40000ce4;
|
||||
//pm_keep_alive = 0x40000ce4;
|
||||
pm_on_beacon_rx = 0x40000ce8;
|
||||
pm_on_data_rx = 0x40000cec;
|
||||
pm_on_data_tx = 0x40000cf0;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dfbd8b0145a604bcd4c0b57feff18cd1e62197cb
|
||||
Subproject commit de73fd85d6023be1f0aabe06a88ce7c99bde6e42
|
Loading…
x
Reference in New Issue
Block a user