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.
2 parents 8bc7e1d + 8128cdc commit 4ce4676Copy full SHA for 4ce4676
Firmware/RTK_Surveyor/NtripServer.ino
@@ -757,7 +757,7 @@ void ntripServerUpdate()
757
systemPrintln("Connection to NTRIP Caster was lost");
758
ntripServerRestart();
759
}
760
- else if ((millis() - ntripServerTimer) > (3 * 1000))
+ else if ((millis() - ntripServerTimer) > (15 * 1000))
761
{
762
// GNSS stopped sending RTCM correction data
763
systemPrintln("NTRIP Server breaking connection to caster due to lack of RTCM data!");
0 commit comments