Skip to content

Commit

Permalink
added suggested build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeken committed Aug 12, 2024
1 parent e3f20e7 commit c4aa042
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion benchmark/espasyncwebserver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@ monitor_port = /dev/ttyACM1
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
;https://github.com/me-no-dev/ESPAsyncWebServer
mathieucarbou/ESPAsyncWebServer@^3.1.4
bblanchon/ArduinoJson
board_build.filesystem = littlefs
build_flags =
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=3000
-D CONFIG_ASYNC_TCP_PRIORITY=10
-D CONFIG_ASYNC_TCP_QUEUE_SIZE=128
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
-D CONFIG_ASYNC_TCP_STACK_SIZE=4096
-D WS_MAX_QUEUED_MESSAGES=64

[env:default]

0 comments on commit c4aa042

Please sign in to comment.