Skip to content

Commit 817e74a

Browse files
author
Lee Leahy
committed
menuSystem: Fix typo in debug menu item 26
1 parent 072bdec commit 817e74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/menuSystem.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ void menuDebugNetwork()
521521
systemPrintf("%s\r\n", settings.debugPvtClient ? "Enabled" : "Disabled");
522522

523523
// PVT Server
524-
systemPrint("26 53) Debug PVT server: ");
524+
systemPrint("26) Debug PVT server: ");
525525
systemPrintf("%s\r\n", settings.debugPvtServer ? "Enabled" : "Disabled");
526526

527527
systemPrintln("r) Force system reset");

0 commit comments

Comments
 (0)