File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,10 @@ bool GNSS_UM980::configureBase()
166166 return (false );
167167 }
168168
169- // // If our settings haven't changed, trust GNSS's settings
169+ // Trusting the saved configuration does not seem to work on the UM980.
170+ // It looks like the GPGGA NMEA output does not restart...?
171+ // (Re)configuration is quick. Doing this every time is not much of an overhead.
172+ //
170173 // if (settings.gnssConfiguredBase)
171174 // {
172175 // if (settings.debugGnss)
@@ -344,7 +347,10 @@ bool GNSS_UM980::configureRover()
344347 return (false );
345348 }
346349
347- // // If our settings haven't changed, trust GNSS's settings
350+ // Trusting the saved configuration does not seem to work on the UM980.
351+ // It looks like the GPGGA NMEA output does not restart...?
352+ // (Re)configuration is quick. Doing this every time is not much of an overhead.
353+ //
348354 // if (settings.gnssConfiguredRover)
349355 // {
350356 // systemPrintln("Skipping UM980 Rover configuration");
You can’t perform that action at this time.
0 commit comments