Skip to content

Commit

Permalink
Update CONFIG_ASYNC_TCP settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Dec 11, 2024
1 parent 7e01c94 commit 91c32a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ lib_deps =
build_flags =
-D HTTPCLIENT_NOSECURE
; AsyncTCP
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=3000
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=5000
-D CONFIG_ASYNC_TCP_PRIORITY=10
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=128
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=64
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
-D CONFIG_ASYNC_TCP_STACK_SIZE=4096
; ESPAsyncWebServer
Expand Down

0 comments on commit 91c32a9

Please sign in to comment.