AsyncTCP stack and queue settings

This commit is contained in:
MichaelDvP
2024-02-24 10:03:58 +01:00
parent 392015f3af
commit 08918a7349
3 changed files with 11 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ build_flags =
-D ARDUINOJSON_USE_DOUBLE=0
-D ARDUINOTRACE_ENABLE=0
-D CONFIG_ETH_ENABLED
-D CONFIG_ASYNC_TCP_STACK_SIZE=8192
-D CONFIG_ASYNC_TCP_STACK_SIZE=5120
unbuild_flags =
${common.core_unbuild_flags}