Skip to content

Commit c771e45

Browse files
ginkgmjack0c
authored andcommitted
iperf: increased app partition size in example
1 parent 375d675 commit c771e45

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
#
44
CONFIG_IDF_TARGET="esp32p4"
55
CONFIG_ESP_HOST_WIFI_ENABLED=y
6-
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

examples/wifi/iperf/sdkconfig.defaults

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ CONFIG_LWIP_TCPIP_TASK_PRIO=23
1212
CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23
1313
CONFIG_IPERF_REPORT_TASK_PRIORITY=24
1414
CONFIG_COMPILER_OPTIMIZATION_PERF=y
15+
16+
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y

0 commit comments

Comments
 (0)