From 45c796c7cd7e2091dc60a73966cc767ea9446355 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Wed, 19 Aug 2026 21:45:58 +0200 Subject: [PATCH] Fix for callstack issue when downloading app in App Hub --- Buildscripts/sdkconfig/default.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Buildscripts/sdkconfig/default.properties b/Buildscripts/sdkconfig/default.properties index d7574c1a0..268021b17 100644 --- a/Buildscripts/sdkconfig/default.properties +++ b/Buildscripts/sdkconfig/default.properties @@ -1,7 +1,7 @@ # Increase stack size for Wi-Fi (fixes crash after scan) CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=3072 -# Ensure large enough stack for network operations -CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096 +# Ensure large enough stack for network operations (e.g. AppHub) +CONFIG_ESP_MAIN_TASK_STACK_SIZE=6144 # Fixes static assertion: FLASH and PSRAM Mode configuration are not supported CONFIG_IDF_EXPERIMENTAL_FEATURES=y # Free up IRAM