From 1331108ca634b127c461f63b45321fcfa7906d65 Mon Sep 17 00:00:00 2001 From: yinqingzhao Date: Fri, 13 Jun 2025 14:26:03 +0800 Subject: [PATCH] feat(wifi): set phy pll track disable default --- examples/wifi/iperf/sdkconfig.defaults | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/wifi/iperf/sdkconfig.defaults b/examples/wifi/iperf/sdkconfig.defaults index dabdb86d7d..3f9430a102 100644 --- a/examples/wifi/iperf/sdkconfig.defaults +++ b/examples/wifi/iperf/sdkconfig.defaults @@ -14,3 +14,7 @@ CONFIG_IPERF_REPORT_TASK_PRIORITY=24 CONFIG_COMPILER_OPTIMIZATION_PERF=y CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y + +# These two configurations disable the phy pll track feature, only used for experimental +CONFIG_ESP_PHY_DEBUG=y +CONFIG_ESP_PHY_DISABLE_PLL_TRACK=y