From de2962dd777b24700adc5198afde5d8b2fed423b Mon Sep 17 00:00:00 2001 From: Xiao Xufeng Date: Fri, 16 May 2025 15:15:56 +0800 Subject: [PATCH] https_server: use larger partition table in the example --- examples/protocols/https_server/simple/sdkconfig.defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/protocols/https_server/simple/sdkconfig.defaults b/examples/protocols/https_server/simple/sdkconfig.defaults index a9595bf0c1..41ef408703 100644 --- a/examples/protocols/https_server/simple/sdkconfig.defaults +++ b/examples/protocols/https_server/simple/sdkconfig.defaults @@ -1 +1,2 @@ CONFIG_ESP_HTTPS_SERVER_ENABLE=y +CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y