From 31d30e7eb7b67b735dade0cf176209d9947aa7de Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Fri, 8 Mar 2024 14:49:24 +0530 Subject: [PATCH] ci: Fix pre_encrypted_ota example failure in CI --- .../system/ota/pre_encrypted_ota/sdkconfig.ci.partial_download | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/system/ota/pre_encrypted_ota/sdkconfig.ci.partial_download b/examples/system/ota/pre_encrypted_ota/sdkconfig.ci.partial_download index 6699158c38..f3925803c1 100644 --- a/examples/system/ota/pre_encrypted_ota/sdkconfig.ci.partial_download +++ b/examples/system/ota/pre_encrypted_ota/sdkconfig.ci.partial_download @@ -17,3 +17,4 @@ CONFIG_EXAMPLE_ETH_PHY_ADDR=1 CONFIG_MBEDTLS_TLS_CLIENT_ONLY=y CONFIG_COMPILER_OPTIMIZATION_SIZE=y CONFIG_EXAMPLE_CONNECT_IPV6=n +CONFIG_EXAMPLE_ETHERNET_EMAC_TASK_STACK_SIZE=3072