We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a63c5 commit a7864e6Copy full SHA for a7864e6
Firmware/RTK_Surveyor/Rover.ino
@@ -4,7 +4,7 @@ bool updateRoverStatus()
4
//Update the horizontal accuracy LEDs only every second or so
5
if (millis() - lastRoverUpdate > 2000)
6
{
7
- lastRoverUpdate += 2000;
+ lastRoverUpdate = millis();
8
9
uint32_t accuracy = myGPS.getHorizontalAccuracy(250);
10
0 commit comments