File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -389,11 +389,17 @@ bool GNSS_LG290P::configureBase()
389389 return (false );
390390 }
391391
392- if (settings.gnssConfiguredBase )
392+ // If the device is set to Survey-In, we must allow the device to be configured.
393+ // Otherwise PQMTEPE (estimated position error) is never populated, so the survey
394+ // never starts (Waiting for Horz Accuracy < 2.00m...)
395+ if (settings.fixedBase == false ) // Not a fixed base = Survey-in
393396 {
394- if (settings.debugGnss )
395- systemPrintln (" Skipping LG290P Base configuration" );
396- return true ;
397+ if (settings.gnssConfiguredBase )
398+ {
399+ if (settings.debugGnss )
400+ systemPrintln (" Skipping LG290P Base configuration" );
401+ return true ;
402+ }
397403 }
398404
399405 bool response = true ;
You can’t perform that action at this time.
0 commit comments