I'm trying to compile the solution using Arduino 1.6.6 but i get this error.
Teensy\Basic-NewWebSockets\ESP8266Basic\ESP8266Basic.ino:33:30: fatal error: WebSocketsServer.h: No such file or directory
Where can i get the missing file?
My Setup:
Tools > Board is set at "Generic ESP8266 Module"
Tools > Flash Mode is set at "DIO"
Tools > Flash Size is set at "1M (512K SPIFFS)"
I'm using a converter to connect from the USB to the module.
Any help would be appreciated.