I just recently got this error when trying to compile a sketch;
“Error compiling.
Invalid library found in C:\Users\Katie\Documents\Arduino\libraries\Blynk: Library can’t use both ‘src’ and ‘utility’ folders.”
I get this error with any sketch, including this one that includes no libraries;
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Any ideas?
Thanks.
Mike