Replies: 2 comments 1 reply
-
v3 installation process is same as v2.1 https://github.com/luc-github/ESP3D#installation |
Beta Was this translation helpful? Give feedback.
1 reply
-
each version / branch have libraries directory in repository so use the one from the version you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i get an error when compiling in Arduino : sketch\src\modules\websocket\websocket_server.cpp:28:30: fatal error: WebSocketsServer.h: No such file or directory
#include <WebSocketsServer.h>
The WebSocketsServer.h is missing from the directory src/modules/websocket
I also tried with Platformio but i get a bunch of errors that i cannot understand
Compiling for an MKS Robin Nano V3, so ESP8266 board
How can i solve this problem ?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions