Skip to content

Commit 11135e0

Browse files
committed
Adjust location of download arrow
1 parent 59a259d commit 11135e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Firmware/RTK_Surveyor/Display.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,7 @@ void paintWirelessIcon()
254254

255255
//If we are connected to NTRIP Client, show download arrow
256256
if(online.ntripClient == true)
257-
displayBitmap(18, 0, DownloadArrow_Width, DownloadArrow_Height, DownloadArrow);
258-
259-
oled.line(0, 11, 16, 11);
257+
displayBitmap(16, 0, DownloadArrow_Width, DownloadArrow_Height, DownloadArrow);
260258

261259
}
262260
else
@@ -1546,6 +1544,7 @@ void paintSystemTest()
15461544
//begin() attempts 3 connections
15471545
if (myGNSS.begin(serialGNSS) == true)
15481546
{
1547+
15491548
zedUartPassed = true;
15501549
oled.print(F("OK"));
15511550
}

0 commit comments

Comments
 (0)