I included the blynk library to my code using the particle ide library include tool.
When verifying the code I get the following error.
blynk.h: No such file or directory
Code:
// This #include statement was automatically added by the Particle IDE.
#include <blynk.h>
Thanks for looking into this.
Old example? Not current Particle library? Library confics? Hard to say with details provided.
1 Like
I think I just found the issue…
I copied and pasted some code that had a previous include statement in it for the blynk library, then I included the particle blynk library again automatically and commented out the cut and pasted include statement then compiled. Except I forgot to save the code, so I think the compiler was looking at the cut and past version.
Anyways I started over and only included the particle blynk library, then saved and it compiled fine.
Thanks for the comment.
1 Like