File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ void ntripServerPrintStatus(int serverIndex)
328
328
329
329
if (ntripServer->state == NTRIP_SERVER_CASTING)
330
330
// Use ntripServer->timer since it gets reset after each successful data
331
- // receiption from the NTRIP caster
331
+ // reception from the NTRIP caster
332
332
milliseconds = ntripServer->timer - ntripServer->startTime ;
333
333
else
334
334
{
@@ -780,7 +780,7 @@ void ntripServerUpdate(int serverIndex)
780
780
systemPrintf (" Connection to NTRIP Caster %d was lost\r\n " , serverIndex);
781
781
ntripServerRestart (serverIndex);
782
782
}
783
- else if ((millis () - ntripServer->timer ) > (3 * 1000 ))
783
+ else if ((millis () - ntripServer->timer ) > (10 * 1000 ))
784
784
{
785
785
// GNSS stopped sending RTCM correction data
786
786
systemPrintf (" NTRIP Server %d breaking connection to caster due to lack of RTCM data!\r\n " , serverIndex);
You can’t perform that action at this time.
0 commit comments