Skip to content

Commit b0a722a

Browse files
committed
Change Ref Stn display
1 parent 8a846a7 commit b0a722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ void displaySplash()
517517
}
518518
else if (productVariant == REFERENCE_STATION)
519519
{
520-
printTextCenter("Reference", yPos, QW_FONT_8X16, 1, false);
520+
printTextCenter("Ref Stn", yPos, QW_FONT_8X16, 1, false);
521521
}
522522

523523
yPos = yPos + fontHeight + 7;

0 commit comments

Comments
 (0)