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 @@ -473,15 +473,15 @@ void ntripServerUpdate()
473473 // Look for '401 Unauthorized'
474474 Serial.printf (" NTRIP Caster responded with bad news: %s. Are you sure your caster credentials are correct?\n\r " , response);
475475
476- // Stop WiFi operations
476+ // Give up - Stop WiFi operations
477477 ntripServerStop (true ); // Do not allocate new wifiClient
478478 }
479479 else if (strstr (response, " banned" ) != NULL ) // 'Banned' found
480480 {
481481 // Look for 'HTTP/1.1 200 OK' and banned IP information
482482 Serial.printf (" NTRIP Server connected to caster but caster reponded with problem: %s" , response);
483483
484- // Stop WiFi operations
484+ // Give up - Stop WiFi operations
485485 ntripServerStop (true ); // Do not allocate new wifiClient
486486 }
487487 else if (strstr (response, " 200" ) == NULL ) // '200' not found
You can’t perform that action at this time.
0 commit comments