Skip to content

Commit 64e4a4a

Browse files
committed
Fix typo
1 parent 190e060 commit 64e4a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/menuMain.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ void factoryReset(bool alreadyHasSemaphore)
547547
gnss->factoryReset();
548548
}
549549
else
550-
systemPrintln("GNSS not online. Unable to factoryReset...");
550+
systemPrintln("GNSS not online: Unable to factory reset.");
551551

552552
systemPrintln("Settings erased successfully. Rebooting. Goodbye!");
553553
delay(2000);

0 commit comments

Comments
 (0)