fix(wifi): fix scheduling issue when tasks have the same priority as the Wi-Fi task

This commit is contained in:
yinqingzhao
2026-06-02 14:23:35 +08:00
parent d51b8c26f4
commit ddec495cf7
7 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ CONFIG_LWIP_ETHARP_TRUST_IP_MAC=n
CONFIG_LWIP_IRAM_OPTIMIZATION=y
CONFIG_LWIP_TCPIP_TASK_PRIO=23
CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23
CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=22
CONFIG_IPERF_REPORT_TASK_PRIORITY=24
CONFIG_COMPILER_OPTIMIZATION_PERF=y