Unable to compile on Photon when including the Blynk library in web IDE.
Used the “libraries” function to include the library in my sketch.
// This #include statement was automatically added by the Particle IDE.
#include <blynk.h>
When I go to compile, the following error occurs.
“fatal error: blynk.h: No such file or directory”
Any ideas?
Gunner
2
Possibly same issue as this topic… e.g. something the makers of Particle Web IDE need to fix?
From what I can tell, including blynk.h with another library (e.g. sunrise.h) causes path issues during compilation. By itself, blynk.h compiles fine.