Hi everyone, I'm new here trying to flash my device (Carloop with Electron) with carloop_minimal.cpp example.
I included the carloop library on the project (carloop.cpp, carloop.h, TinyGPS++.cpp and TinyGPS++.h) but no matter what I do it keeps bringing this error message:
lib/carloop/examples/carloop_minimal/carloop_minimal.cpp:12:21: carloop.h: No such file or directory
Any change that I made to the .ino file doesn't do anything... it's always about "carloop_minimal.cpp line 12" and the project is not even called like that, it's "firstblood.ino".
Thanks in advance.