Skip to content

Commit 6352a73

Browse files
committed
Rename lastDynamicDataUpdate
1 parent ce20608 commit 6352a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ char *settingsCSV = nullptr; //Push large array onto heap
381381
char *incomingSettings = nullptr;
382382
int incomingSettingsSpot = 0;
383383
unsigned long timeSinceLastIncomingSetting = 0;
384-
unsigned long lastCoordinateUpdate = 0;
384+
unsigned long lastDynamicDataUpdate = 0;
385385
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
386386

387387
//PointPerfect Corrections

0 commit comments

Comments
 (0)