Skip to content

Commit 1331108

Browse files
QingzhaoYinzwx1995esp
authored andcommitted
feat(wifi): set phy pll track disable default
1 parent cc31281 commit 1331108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/wifi/iperf/sdkconfig.defaults

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ CONFIG_IPERF_REPORT_TASK_PRIORITY=24
1414
CONFIG_COMPILER_OPTIMIZATION_PERF=y
1515

1616
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
17+
18+
# These two configurations disable the phy pll track feature, only used for experimental
19+
CONFIG_ESP_PHY_DEBUG=y
20+
CONFIG_ESP_PHY_DISABLE_PLL_TRACK=y

0 commit comments

Comments
 (0)