remote-control-with-websocket
remote-control-with-websocket copied to clipboard
vscode+platformIO is giving me errors when compiling version 0.6!
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!
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 [email protected]