We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d080328 commit 5c50fa7Copy full SHA for 5c50fa7
Firmware/RTK_Surveyor/Display.ino
@@ -2159,7 +2159,7 @@ void paintDisplaySetup()
2159
printTextCenter("Base", 12 * 0, QW_FONT_8X16, 1, false);
2160
printTextCenter("Bubble", 12 * 1, QW_FONT_8X16, 1, false);
2161
printTextCenter("Config", 12 * 2, QW_FONT_8X16, 1, false);
2162
- printTextCenter("Pair", 12 * 3, QW_FONT_8X16, 1, true);
+ printTextCenter("E-Pair", 12 * 3, QW_FONT_8X16, 1, true);
2163
}
2164
else if (setupState == STATE_PROFILE)
2165
paintDisplaySetupProfile("Base");
@@ -2199,7 +2199,7 @@ void paintDisplaySetup()
2199
printTextCenter("Rover", 12 * 0, QW_FONT_8X16, 1, false);
2200
2201
2202
2203
2204
2205
paintDisplaySetupProfile("Rover");
0 commit comments