Re: FYSETC S6: Error compiling for board 3D printer boards
This is your problem:
In file included from C:\Users\gerbyrne\Documents\Arduino\OnStep\OnStep.ino:108: C:\Users\gerbyrne\AppData\Local\Temp\arduino_build_471100\sketch\src/lib/TLS.h:12:10: fatal error: TinyGPS++.h: No such file or directory 12 | #include <TinyGPS++.h> // http://arduiniana.org/ And the comment tells you where to get it from. To make it easier, download this .zip file https://github.com/mikalhart/TinyGPSPlus/archive/refs/tags/v1.0.2b.zip You need to extract it in the same directory where you digitalWriteFast.
|
|