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 5f1cc8c commit dfcef2bCopy full SHA for dfcef2b
Firmware/RTK_Surveyor/menuPP.ino
@@ -1244,7 +1244,7 @@ void updateLBand()
1244
lbandCorrectionsReceived = false;
1245
1246
// If we don't get an L-Band fix within Timeout, hot-start ZED-F9x
1247
- if (carrSoln == 1) // RTK Float
+ if (systemState == STATE_ROVER_RTK_FLOAT)
1248
{
1249
if (millis() - lbandLastReport > 1000)
1250
0 commit comments