Merge branch 'fix/fix_max_idle_priod_issue' into 'master'

fix(wifi): fix max idle period 1 issue

Closes WIFIBUG-1022

See merge request espressif/esp-idf!36484
This commit is contained in:
Wang Tao
2025-01-22 18:20:12 +08:00
2 changed files with 2 additions and 2 deletions

View File

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