longer wait for CIPCLOSE on esp

This commit is contained in:
Sara Damiano
2019-05-30 15:57:55 -04:00
parent 015c2b4144
commit 9fd4a52bc3

View File

@@ -82,7 +82,7 @@ TINY_GSM_CLIENT_CONNECT_OVERLOADS()
TINY_GSM_YIELD();
at->sendAT(GF("+CIPCLOSE="), mux);
sock_connected = false;
at->waitResponse();
at->waitResponse(5000L);
rx.clear();
}