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