longer wait for CIPCLOSE on esp
This commit is contained in:
@@ -82,7 +82,7 @@ TINY_GSM_CLIENT_CONNECT_OVERLOADS()
|
|||||||
TINY_GSM_YIELD();
|
TINY_GSM_YIELD();
|
||||||
at->sendAT(GF("+CIPCLOSE="), mux);
|
at->sendAT(GF("+CIPCLOSE="), mux);
|
||||||
sock_connected = false;
|
sock_connected = false;
|
||||||
at->waitResponse();
|
at->waitResponse(5000L);
|
||||||
rx.clear();
|
rx.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user