From faf0de3b55486cea74335cfe019fb26ede547ecc Mon Sep 17 00:00:00 2001 From: muhaidong Date: Sun, 18 Feb 2024 17:00:44 +0800 Subject: [PATCH] fix(example): fixed app partion is too small for binary size --- 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 a9595bf0c1..4c2dbbc17e 100644 --- a/examples/protocols/esp_local_ctrl/sdkconfig.defaults +++ b/examples/protocols/esp_local_ctrl/sdkconfig.defaults @@ -1 +1,2 @@ CONFIG_ESP_HTTPS_SERVER_ENABLE=y +CONFIG_COMPILER_OPTIMIZATION_SIZE=y