fix(wifi): fix max idle period 1 issue

This commit is contained in:
wangtao@espressif.com
2025-02-26 17:47:16 +08:00
parent 195d7f47a4
commit b5477c5532
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ pm_local_tsf_process = 0x40000d68;
pm_set_beacon_filter = 0x40000d6c;
pm_is_in_wifi_slice_threshold = 0x40000d70;
pm_is_waked = 0x40000d74;
pm_keep_alive = 0x40000d78;
//pm_keep_alive = 0x40000d78;
/*pm_on_beacon_rx = 0x40000d7c;*/
pm_on_data_rx = 0x40000d80;
pm_on_data_tx = 0x40000d84;

View File

@ -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;