Open wocut opened 1 year ago
Tente usar isto!
[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
Hello! Thank you so much for the tutorial! I'm using it and I've found a problem that's preventing me from continuing! I'm using a wroom32 board, which should be the same as the one you used in your tutorial!
I have vscode+platformIO installed on my computer, I downloaded the code from github to my computer and when I compiled version 0.5 it worked!
But I get an error compiling version 0.6!
It seems that there is a problem with the initWebServer() function.
Please help me!