This commit is contained in:
Sara Damiano
2019-05-20 12:38:37 -04:00
parent 9201cbde86
commit db456b5345
7 changed files with 22 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ public:
TINY_GSM_YIELD();
rx.clear();
uint8_t newMux = -1;
sock_connected = at->modemConnect(host, port, &newMux, timeout_s)
sock_connected = at->modemConnect(host, port, &newMux, timeout_s);
if (sock_connected) {
mux = newMux;
at->sockets[mux] = this;