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 ce20608 commit 6352a73Copy full SHA for 6352a73
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -381,7 +381,7 @@ char *settingsCSV = nullptr; //Push large array onto heap
381
char *incomingSettings = nullptr;
382
int incomingSettingsSpot = 0;
383
unsigned long timeSinceLastIncomingSetting = 0;
384
-unsigned long lastCoordinateUpdate = 0;
+unsigned long lastDynamicDataUpdate = 0;
385
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
386
387
//PointPerfect Corrections
0 commit comments