Open Erriez opened 2 years ago
Thank you, @Erriez, for noting this incompatibility with the new ESP32 framework.
Let's wait for the update to be done by Hristo (maintainer).
But in the meantime, you are quite right to point to the latest version available on GitHub. This is also mentioned in the ESP Async WebServer library documentation.
This configuration compiles properly with the Espressif 32 v5.0.0 framework:
[env:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
upload_speed = 921600
monitor_speed = 115200
lib_deps = # me-no-dev/ESP Async WebServer @ ^1.2.3
https://github.com/me-no-dev/ESPAsyncWebServer.git
bblanchon/ArduinoJson @ ^6.19.4
And thanks for your kind feedback.
tente usar:
[env:esp32doit-devkit-v1] platform = espressif32 board = esp32doit-devkit-v1 framework = arduino upload_speed = 921600 monitor_speed = 115200 lib_deps = esphome/AsyncTCP-esphome@^2.0.0 esphome/ESPAsyncWebServer-esphome@^3.0.0 ArduinoJSON@6.19.4
Thanks for creating this great tutorial! Very well explained and easy to follow.
Line
lib_deps = ESP Async WebServer
inplatform.ini
results in a build error:This issue has already reported in https://github.com/me-no-dev/ESPAsyncWebServer/issues/1147 and is waiting for a new release.
A temporary workaround until the developer creates an updated library is to change: