timum-viw / socket.io-client

A socket.io-client implementation for ESP8266 and Arduino
228 stars 90 forks source link

Example not working #57

Closed uriel-frankel closed 5 years ago

uriel-frankel commented 5 years ago

I am trying to run the example on the Arduino IDE and I get this: fatal error: "WebSocketsClient.h: No such file or directory #include "

coma0815 commented 5 years ago

Did you install the websocket library as well as written in the readme-docs?

  1. Install WebSockets by Markus Sattler Then it should compile just fine.. Regards, Constantin
uriel-frankel commented 5 years ago

Oh thanks!