Skip to content

Commit 6bfecd7

Browse files
committed
Merge branch 'Use_GNSS_Logging_Buffer' of https://github.com/sparkfun/SparkFun_RTK_Firmware into Use_GNSS_Logging_Buffer
2 parents fe00fba + 8125eec commit 6bfecd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Firmware/RTK_Surveyor/menuSystem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)