remote-control-with-websocket icon indicating copy to clipboard operation
remote-control-with-websocket copied to clipboard

vscode+platformIO is giving me errors when compiling version 0.6!

Open wocut opened this issue 2 years ago • 1 comments
trafficstars

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! 1

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! v0 5

But I get an error compiling version 0.6! v0 6

It seems that there is a problem with the initWebServer() function.

Please help me!

wocut avatar Dec 30 '22 08:12 wocut

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]

nilvandomartins avatar Jan 21 '23 16:01 nilvandomartins