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 fa15faf commit c4de734Copy full SHA for c4de734
Firmware/RTK_Everywhere/HTTP_Client.ino
@@ -334,7 +334,7 @@ void httpClientUpdate()
334
{
335
// Failed to connect to the server
336
systemPrintln("ERROR: Failed to connect to the Thingstream server!");
337
- httpClientShutdown();
+ httpClientRestart(); // I _think_ we want to restart here - i.e. retry after the timeout?
338
break;
339
}
340
0 commit comments