Skip to content

Commit c4de734

Browse files
committed
Ditto
1 parent fa15faf commit c4de734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/HTTP_Client.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ void httpClientUpdate()
334334
{
335335
// Failed to connect to the server
336336
systemPrintln("ERROR: Failed to connect to the Thingstream server!");
337-
httpClientShutdown();
337+
httpClientRestart(); // I _think_ we want to restart here - i.e. retry after the timeout?
338338
break;
339339
}
340340

0 commit comments

Comments
 (0)