-->
Page 1 of 1

BLYNKESP8266 Compilation Error

PostPosted: Thu Jun 02, 2016 2:20 am
by ghadagevb
Hi Everyone,

I'm new to ESP8266, I tried to compile ESP8266 stanalone sketch but I got some errors like
"fatal error: BlynksimpleEsp8266.h not found
compiling terminated"

I installed ESP8266 firmware 2.2.0 and selected ESP8266 Generic board in Arduino IDE

Any workaround for this?

Re: BLYNKESP8266 Compilation Error

PostPosted: Thu Jun 02, 2016 10:23 am
by martinayotte
BlynkSimpleEsp8266 is not part ArduinoESP but a separate project which seems to be found here :
https://github.com/blynkkk/blynk-library

Also, if you are on Linux, beware that filename are case-sensitive, so the missing file BlynksimpleEsp8266.h should be BlynkSimpleEsp8266.h