Browse Source

longer wait for CIPCLOSE on esp

v_master
Sara Damiano 5 years ago
parent
commit
9fd4a52bc3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientESP8266.h

+ 1
- 1
src/TinyGsmClientESP8266.h 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();
}


Loading…
Cancel
Save