Skip to content

Commit

Permalink
Switch to AsyncTCPSock
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 13, 2024
1 parent 7f15f8b commit f5c3950
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ lib_deps =
bblanchon/ArduinoJson @ 7.2.0
olikraus/U8g2 @ 2.36.1
robtillaart/CRC @ 1.0.3
mathieucarbou/AsyncTCP @ 3.2.10
; mathieucarbou/AsyncTCP @ 3.2.10
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.3.14
mathieucarbou/MycilaConfig @ 3.1.0
mathieucarbou/MycilaDS18 @ 4.1.0
Expand All @@ -78,6 +79,9 @@ lib_deps =
mathieucarbou/MycilaTaskMonitor @ 3.0.1
mathieucarbou/MycilaTrafficLight @ 1.1.0
mathieucarbou/MycilaUtilities @ 2.0.0
lib_ignore =
AsyncTCP
mathieucarbou/AsyncTCP

build_flags =
; Stack sizes
Expand All @@ -99,6 +103,7 @@ build_flags =
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=128
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
-D CONFIG_ASYNC_TCP_STACK_SIZE=4096
-D CONFIG_ASYNC_TCP_TASK_NAME=\"async_tcp\"
; ESPAsyncWebServer
-D WS_MAX_QUEUED_MESSAGES=64
; Mycila libraries
Expand Down

0 comments on commit f5c3950

Please sign in to comment.