mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-20 08:39:05 +00:00
fix(wifi): fix max idle period 1 issue
This commit is contained in:
@@ -67,7 +67,7 @@ pm_local_tsf_process = 0x40000bac;
|
||||
pm_set_beacon_filter = 0x40000bb0;
|
||||
pm_is_in_wifi_slice_threshold = 0x40000bb4;
|
||||
pm_is_waked = 0x40000bb8;
|
||||
pm_keep_alive = 0x40000bbc;
|
||||
//pm_keep_alive = 0x40000bbc;
|
||||
pm_on_beacon_rx = 0x40000bc0;
|
||||
pm_on_data_rx = 0x40000bc4;
|
||||
pm_on_tbtt = 0x40000bc8;
|
||||
|
Reference in New Issue
Block a user