File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -166,12 +166,13 @@ bool GNSS_UM980::configureBase()
166
166
return (false );
167
167
}
168
168
169
- if (settings.gnssConfiguredBase )
170
- {
171
- if (settings.debugGnss )
172
- systemPrintln (" Skipping UM980 Base configuration" );
173
- return true ;
174
- }
169
+ // // If our settings haven't changed, trust GNSS's settings
170
+ // if (settings.gnssConfiguredBase)
171
+ // {
172
+ // if (settings.debugGnss)
173
+ // systemPrintln("Skipping UM980 Base configuration");
174
+ // return true;
175
+ // }
175
176
176
177
disableAllOutput ();
177
178
@@ -225,6 +226,7 @@ bool GNSS_UM980::configureOnce()
225
226
Enable selected RTCM messages on COM3
226
227
*/
227
228
229
+ // // If our settings haven't changed, trust GNSS's settings
228
230
if (settings.gnssConfiguredOnce )
229
231
{
230
232
systemPrintln (" UM980 configuration maintained" );
@@ -342,12 +344,12 @@ bool GNSS_UM980::configureRover()
342
344
return (false );
343
345
}
344
346
345
- // If our settings haven't changed, trust GNSS's settings
346
- if (settings.gnssConfiguredRover )
347
- {
348
- systemPrintln (" Skipping UM980 Rover configuration" );
349
- return (true );
350
- }
347
+ // // If our settings haven't changed, trust GNSS's settings
348
+ // if (settings.gnssConfiguredRover)
349
+ // {
350
+ // systemPrintln("Skipping UM980 Rover configuration");
351
+ // return (true);
352
+ // }
351
353
352
354
disableAllOutput ();
353
355
You can’t perform that action at this time.
0 commit comments