Skip to content

Commit 79d503f

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'fix/c5_iperf_size' into 'master'
iperf: increased app partition size in example See merge request espressif/esp-idf!39240
2 parents f7bc58e + 98a0702 commit 79d503f

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)