replace webserver with async type

This commit is contained in:
Florian Hoss 2022-04-11 17:02:58 +02:00
parent 3b6c5e0561
commit 9dfd1d06ab
4 changed files with 76 additions and 81 deletions

View file

@ -14,6 +14,9 @@ board = esp32-evb
framework = arduino
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=3
lib_deps =
bblanchon/ArduinoJson@^6.19.4
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
[env:esp32-dev]
platform = espressif32
@ -21,3 +24,6 @@ board = az-delivery-devkit-v4
framework = arduino
monitor_speed = 115200
build_flags = -DCORE_DEBUG_LEVEL=3
lib_deps =
bblanchon/ArduinoJson@^6.19.4
ottowinter/ESPAsyncWebServer-esphome@^2.1.0