Typo
This commit is contained in:
@@ -146,9 +146,6 @@ public:
|
||||
TINY_GSM_YIELD();
|
||||
rx.clear();
|
||||
sock_connected = at->modemConnect(host, port, mux, true);
|
||||
// sock_connected = at->modemConnect(host, port, &mux, true);
|
||||
// at->sockets[mux] = this;
|
||||
// TODO: When is the socket attached?
|
||||
return sock_connected;
|
||||
}
|
||||
};
|
||||
@@ -483,7 +480,6 @@ TINY_GSM_MODEM_WAIT_FOR_NETWORK()
|
||||
return TinyGsmIpFromString(getLocalIP());
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Phone Call functions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user