fix(esp_hw_support): increase esp32c5 wifi link working cost

This commit is contained in:
wuzhenghui
2025-08-29 12:36:30 +08:00
committed by BOT
parent 9ef6d3eac4
commit 464392bfc3

View File

@@ -488,8 +488,8 @@ typedef struct pmu_sleep_machine_constant {
.power_supply_wait_time_us = 2, \
.power_up_wait_time_us = 2, \
.regdma_s2m_work_time_us = 287, \
.regdma_s2a_work_time_us = 568, \
.regdma_m2a_work_time_us = 248, \
.regdma_s2a_work_time_us = 720, \
.regdma_m2a_work_time_us = 430, \
.regdma_a2s_work_time_us = 433, \
.regdma_rf_on_work_time_us = 68, \
.regdma_rf_off_work_time_us = 25, \