Skip to content

Commit d662824

Browse files
committed
Merge branch 'release_candidate' of https://github.com/sparkfun/SparkFun_RTK_Everywhere_Firmware into release_candidate
2 parents 7b23f5e + d4e9f67 commit d662824

File tree

4 files changed

+1766
-1757
lines changed

4 files changed

+1766
-1757
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ uint32_t triggerAccEst; // Global copy - Accuracy estimate in nanoseconds
695695
bool firstPowerOn = true; // After boot, apply new settings to ZED if the user switches between base or rover
696696
unsigned long splashStart; // Controls how long the splash is displayed for. Currently min of 2s.
697697
bool restartBase; // If the user modifies any NTRIP Server settings, we need to restart the base
698-
bool restartRover; // If the user modifies any NTRIP Client settings, we need to restart the rover
698+
bool restartRover; // If the user modifies any NTRIP Client or PointPerfect settings, we need to restart the rover
699699

700700
unsigned long startTime; // Used for checking longest-running functions
701701
bool lbandCorrectionsReceived; // Used to display L-Band SIV icon when corrections are successfully decrypted

0 commit comments

Comments
 (0)