From f74d1459b99939ec4bc0916ca9ba50931a53257a Mon Sep 17 00:00:00 2001 From: Will Miles Date: Mon, 4 Aug 2025 14:21:11 -0400 Subject: [PATCH] Downtune AsyncTCP stack size We downtuned the stack usage of AsyncTCP, and at some point in the history of our fork, this got folded in to the default. Re-apply the stack size we've been using and recover that RAM. --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index 7c27284b..92f8f3d4 100644 --- a/platformio.ini +++ b/platformio.ini @@ -239,6 +239,7 @@ lib_deps = https://github.com/Aircoookie/GifDecoder#bc3af18 build_flags = -D CONFIG_ASYNC_TCP_USE_WDT=0 + -D CONFIG_ASYNC_TCP_STACK_SIZE=8192 -D WLED_ENABLE_GIF [esp32]