Skip to content

Commit bba4231

Browse files
fix(wifi): fix max idle period 1 issue
1 parent bef7edb commit bba4231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/esp_rom/esp32c61/ld/esp32c61.rom.pp.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ pm_local_tsf_process = 0x40000cd4;
122122
pm_set_beacon_filter = 0x40000cd8;
123123
pm_is_in_wifi_slice_threshold = 0x40000cdc;
124124
pm_is_waked = 0x40000ce0;
125-
pm_keep_alive = 0x40000ce4;
125+
//pm_keep_alive = 0x40000ce4;
126126
pm_on_beacon_rx = 0x40000ce8;
127127
pm_on_data_rx = 0x40000cec;
128128
pm_on_data_tx = 0x40000cf0;

0 commit comments

Comments
 (0)