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 d655d79 commit 83a7eecCopy full SHA for 83a7eec
Firmware/RTK_Everywhere/GNSS_LG290P.ino
@@ -1836,14 +1836,14 @@ bool GNSS_LG290P::surveyInStart()
1836
_lg290p->setSurveyInMode(settings.observationSeconds, 0,
1837
false); // Average for a number of seconds (default is 60), no 3D limit, no reset
1838
1839
- _autoBaseStartTimer = millis(); // Stamp when averaging began
1840
-
1841
if (response == false)
1842
{
1843
systemPrintln("Survey start failed");
1844
return (false);
1845
}
1846
+ _autoBaseStartTimer = millis(); // Stamp when averaging began
+
1847
return (response);
1848
1849
return false;
0 commit comments