I’m not sure if this is an issue that is on going or something I’m doing wrong. One of my existing sketches was converted to the new particle structure but now it won’t compile Blynk. I removed and re added the library with no luck. I even created a brand new blank project and tried to add Blynk and compile it but I just get this error:
lib/blynk/src/utility/BlynkDebug.cpp:9:30: fatal error: Blynk/BlynkDebug.h: No such file or directory
#include <Blynk/BlynkDebug.h>
^
compilation terminated.
make[1]: *** [../build/target/user/platform-6lib/blynk/src/utility/BlynkDebug.o] Error 1
make: *** [user] Error 2
Thanks for any help!