Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By ghadagevb
#48434 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?
User avatar
By martinayotte
#48460 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