Merge pull request #27 from beegee-tokyo/master

BG96
This commit is contained in:
Sara Damiano
2020-01-31 17:12:23 -05:00
committed by GitHub
3 changed files with 17 additions and 4 deletions

View File

@@ -596,7 +596,7 @@ protected:
return len;
}
bool modemGetConnected(uint8_t mux) {
bool modemGetConnected(uint8_t) {
sendAT(GF("+CIPSTATUS")); //TODO mux?
int res = waitResponse(GF(",\"CONNECTED\""), GF(",\"CLOSED\""), GF(",\"CLOSING\""), GF(",\"INITIAL\""));
waitResponse();