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 c2c8a87 commit f769d56Copy full SHA for f769d56
Firmware/RTK_Surveyor/NtripServer.ino
@@ -309,7 +309,7 @@ void ntripServerStop(bool wifiClientAllocated)
309
wifiStop();
310
311
ntripServerLastConnectionAttempt = millis(); //Mark the Server stop so that we don't immediately attempt re-connect to Caster
312
- ntripServerConnectionAttemptTimeout = 5 * 1000L; //Wait 5s between stopping and the first re-connection attempt
+ ntripServerConnectionAttemptTimeout = 15 * 1000L; //Wait 15s between stopping and the first re-connection attempt. 5 is too short for Emlid.
313
}
314
315
//Determine the next NTRIP server state
0 commit comments