From 98a0702ffc9f3655089526be9f4448068c3b131f Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Mon, 19 May 2025 14:11:19 +0800 Subject: [PATCH] iperf: increased app partition size in example --- examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn | 1 - examples/wifi/iperf/sdkconfig.defaults | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn b/examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn index f675f0a416..e8be3d83fb 100644 --- a/examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn +++ b/examples/wifi/iperf/sdkconfig.ci.esp32p4_with_extconn @@ -3,4 +3,3 @@ # CONFIG_IDF_TARGET="esp32p4" CONFIG_ESP_HOST_WIFI_ENABLED=y -CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y diff --git a/examples/wifi/iperf/sdkconfig.defaults b/examples/wifi/iperf/sdkconfig.defaults index 17478fdc8c..dabdb86d7d 100644 --- a/examples/wifi/iperf/sdkconfig.defaults +++ b/examples/wifi/iperf/sdkconfig.defaults @@ -12,3 +12,5 @@ CONFIG_LWIP_TCPIP_TASK_PRIO=23 CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23 CONFIG_IPERF_REPORT_TASK_PRIORITY=24 CONFIG_COMPILER_OPTIMIZATION_PERF=y + +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y