Skip to content

Commit e1f5ff5

Browse files
committed
fix(esp_hw_support): increase esp32c5 wifi link working cost
1 parent 6b7d55a commit e1f5ff5

File tree

1 file changed

+2
-2
lines changed
  • components/esp_hw_support/port/esp32c5/private_include

1 file changed

+2
-2
lines changed

components/esp_hw_support/port/esp32c5/private_include/pmu_param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ typedef struct pmu_sleep_machine_constant {
488488
.power_supply_wait_time_us = 2, \
489489
.power_up_wait_time_us = 2, \
490490
.regdma_s2m_work_time_us = 287, \
491-
.regdma_s2a_work_time_us = 568, \
492-
.regdma_m2a_work_time_us = 248, \
491+
.regdma_s2a_work_time_us = 720, \
492+
.regdma_m2a_work_time_us = 430, \
493493
.regdma_a2s_work_time_us = 433, \
494494
.regdma_rf_on_work_time_us = 68, \
495495
.regdma_rf_off_work_time_us = 25, \

0 commit comments

Comments
 (0)