File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ void GNSS_LG290P::factoryReset()
670670 _lg290p->factoryRestore (); // Restores the parameters configured by all commands to their default values.
671671 // This command takes effect after restarting.
672672
673- _lg290p-> reset (); // Reboot the receiver.
673+ softwareReset (); // Reboot the receiver.
674674
675675 systemPrintln (" Waiting for LG290P to reboot" );
676676 while (1 )
@@ -1786,9 +1786,9 @@ bool GNSS_LG290P::setRate(double secondsBetweenSolutions)
17861786 if (settings.debugGnss )
17871787 systemPrintln (" Rebooting LG290P" );
17881788
1789- response &= _lg290p-> save ();
1789+ response &= saveConfiguration ();
17901790
1791- response &= _lg290p-> reset ();
1791+ response &= softwareReset ();
17921792
17931793 int maxTries = 10 ;
17941794 for (int x = 0 ; x < maxTries; x++)
You can’t perform that action at this time.
0 commit comments