m1cr0lab-esp32 / remote-control-with-websocket

ESP32 Remote Control with WebSocket
MIT License
37 stars 20 forks source link

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

Open wocut opened 1 year ago

wocut commented 1 year ago

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!

nilvandomartins commented 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