Skip to content

Commit b5ea691

Browse files
committed
Move NTRIP server data into the data structure
1 parent 16c351d commit b5ea691

File tree

4 files changed

+83
-99
lines changed

4 files changed

+83
-99
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ void printTextwithKerning(const char *newText, uint8_t xPos, uint8_t yPos, uint8
17261726
void paintRTCM()
17271727
{
17281728
int yPos = 17;
1729-
if (ntripServerIsCasting())
1729+
if (online.ntripServer)
17301730
printTextCenter("Casting", yPos, QW_FONT_8X16, 1, false); // text, y, font type, kerning, inverted
17311731
else
17321732
printTextCenter("Xmitting", yPos, QW_FONT_8X16, 1, false); // text, y, font type, kerning, inverted

0 commit comments

Comments
 (0)