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.
pull/4796/head
Will Miles 2025-08-04 14:21:11 -04:00
rodzic e374c7ae55
commit f74d1459b9
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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]