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 04267b3 commit 55c8893Copy full SHA for 55c8893
Firmware/RTK_Surveyor/Display.ino
@@ -1543,8 +1543,8 @@ void paintSystemTest()
1543
1544
SFE_UBLOX_GNSS myGNSS;
1545
1546
- //begin() attempts 3 connections with 20ms begin timeout
1547
- if (myGNSS.begin(serialGNSS, 20) == true)
+ //begin() attempts 3 connections
+ if (myGNSS.begin(serialGNSS) == true)
1548
{
1549
zedUartPassed = true;
1550
oled.print(F("OK"));
Firmware/RTK_Surveyor/menuSystem.ino
@@ -64,7 +64,7 @@ void menuSystem()
64
65
//begin() attempts 3 connections with X timeout per attempt
66
67
- if (myGNSS.begin(serialGNSS, 200) == true)
68
69
70
Serial.print(F("BT Online"));
0 commit comments