I’m trying to use this Blynk library that says it was written for the Particle:
But as you can see, they have some of the libraries in the root folder, and some in a Blynk\ subdirectory.
The Particle local Windows developer IDE will not compile, because it says there is “No such file or directory” when any code tries to include a library in this subfolder. Even though the subfolder does exist, and it’s right next to the root folder where the ino and all the other libraries are, for some reason the IDE can’t see it.
I find it hard to imagine the folks that wrote this library specifically for the Particle didn’t know that and never actually tried to compile it, so is there something I’m missing here? Some hidden “include libraries” button on the IDE that I can’t find? Or do I really have to go through every single library and search and delete any reference to “Blynk”?