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()
166
166
return (false );
167
167
}
168
168
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
+ //
170
173
// if (settings.gnssConfiguredBase)
171
174
// {
172
175
// if (settings.debugGnss)
@@ -344,7 +347,10 @@ bool GNSS_UM980::configureRover()
344
347
return (false );
345
348
}
346
349
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
+ //
348
354
// if (settings.gnssConfiguredRover)
349
355
// {
350
356
// systemPrintln("Skipping UM980 Rover configuration");
You can’t perform that action at this time.
0 commit comments