Skip to content

Commit

Permalink
Updated dependencies for ESPAsyncWebServer benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 15, 2024
1 parent 46d553e commit 813caee
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions benchmark/espasyncwebserver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,31 @@
[env]
platform = espressif32
framework = arduino
; board = esp32dev
board = esp32-s3-devkitc-1
upload_port = /dev/ttyACM0
monitor_port = /dev/ttyACM1
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
mathieucarbou/ESPAsyncWebServer@^3.3.14

lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
; mathieucarbou/AsyncTCP @ 3.2.10
https://github.com/mathieucarbou/AsyncTCPSock/archive/refs/tags/v1.0.3-dev.zip
mathieucarbou/ESPAsyncWebServer @ 3.3.16
bblanchon/ArduinoJson
lib_ignore =
AsyncTCP
mathieucarbou/AsyncTCP

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
-D WS_MAX_QUEUED_MESSAGES=128

[env:default]

0 comments on commit 813caee

Please sign in to comment.