replace webserver with async type
This commit is contained in:
parent
3b6c5e0561
commit
9dfd1d06ab
4 changed files with 76 additions and 81 deletions
|
@ -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
|
||||
|
|
Reference in a new issue