Skip to content

Commit f74d145

Browse files
committed
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.
1 parent e374c7a commit f74d145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ lib_deps =
239239
https://github.com/Aircoookie/GifDecoder#bc3af18
240240
build_flags =
241241
-D CONFIG_ASYNC_TCP_USE_WDT=0
242+
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
242243
-D WLED_ENABLE_GIF
243244

244245
[esp32]

0 commit comments

Comments
 (0)