File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ bool currentlyParsingData = false; //Goes true when we hit 750ms timeout with ne
219219
220220// GNSS configuration
221221// =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
222- #include < SparkFun_u-blox_GNSS_v3.h> // http://librarymanager/All#SparkFun_u-blox_GNSS_v3 v3.0.2
222+ #include < SparkFun_u-blox_GNSS_v3.h> // http://librarymanager/All#SparkFun_u-blox_GNSS_v3 v3.0.3
223223
224224#define SENTENCE_TYPE_NMEA DevUBLOXGNSS::SFE_UBLOX_SENTENCE_TYPE_NMEA
225225#define SENTENCE_TYPE_NONE DevUBLOXGNSS::SFE_UBLOX_SENTENCE_TYPE_NONE
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ void menuSystem()
2929 systemPrintln (" Offline" );
3030
3131 if (online.accelerometer == true )
32- systemPrint (" Accelerometer: Online" );
32+ systemPrintln (" Accelerometer: Online" );
3333
3434 systemPrint (" Fuel Gauge: " );
3535 if (online.battery == true )
You can’t perform that action at this time.
0 commit comments