-->
Page 1 of 3

Compiling the bin

PostPosted: Wed Aug 31, 2016 2:47 pm
by Markymarc35
Hi,
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.

Re: Compiling the bin

PostPosted: Thu Sep 01, 2016 4:34 am
by Oldbod
Mmiscool said he used 1.6.5 r5 i think. Have a look at the topic to do with compiled byte count discrepancy about 5 topics ago. I had missing includes which i resolved - see last post.

Re: Compiling the bin

PostPosted: Thu Sep 01, 2016 9:00 am
by martinayotte
WebSocketServer.h is not part of the IDE, it is a separate library found https://github.com/Links2004/arduinoWebSockets

Re: Compiling the bin

PostPosted: Thu Sep 01, 2016 7:07 pm
by Markymarc35
Got it, I was able to find other libs that were not in the IDE but now I'm stuck in finding LiquidCrystal_SR.h

Your help is appreciated.