From 7c83e4ced8ff24a557d8873251077528638d70b1 Mon Sep 17 00:00:00 2001 From: "harshal.patil" Date: Wed, 26 Aug 2026 10:16:52 +0530 Subject: [PATCH] ci(examples/esp_local_ctrl): fix app size increase build failure --- examples/protocols/esp_local_ctrl/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/protocols/esp_local_ctrl/sdkconfig.defaults b/examples/protocols/esp_local_ctrl/sdkconfig.defaults index 4c2dbbc17e4..882f2c5bb8c 100644 --- a/examples/protocols/esp_local_ctrl/sdkconfig.defaults +++ b/examples/protocols/esp_local_ctrl/sdkconfig.defaults @@ -1,2 +1,3 @@ CONFIG_ESP_HTTPS_SERVER_ENABLE=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y