Skip to content

Commit

Permalink
Upgrade ESP Async WebServer from 2.9.3 to 2.9.4 and set ASYNC_TCP_QUE…
Browse files Browse the repository at this point in the history
…UE_SIZE to 128 for different Async TCP library
  • Loading branch information
tbnobody committed Apr 29, 2024
1 parent b704126 commit 783a7b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ build_flags =
-D_TASK_STD_FUNCTION=1
-D_TASK_THREAD_SAFE=1
-DCONFIG_ASYNC_TCP_EVENT_QUEUE_SIZE=128
-DCONFIG_ASYNC_TCP_QUEUE_SIZE=128
-Wall -Wextra -Wunused -Wmisleading-indentation -Wduplicated-cond -Wlogical-op -Wnull-dereference
; Have to remove -Werror because of
; https://github.com/espressif/arduino-esp32/issues/9044 and
Expand All @@ -37,7 +38,7 @@ build_unflags =
-std=gnu++11

lib_deps =
mathieucarbou/ESP Async WebServer @ 2.9.3
mathieucarbou/ESP Async WebServer @ 2.9.4
bblanchon/ArduinoJson @ 7.0.4
https://github.com/bertmelis/espMqttClient.git#v1.6.0
nrf24/RF24 @ 1.4.8
Expand Down

0 comments on commit 783a7b3

Please sign in to comment.