Fix A6 warning

This commit is contained in:
Sara Damiano
2019-09-23 13:33:57 -04:00
parent 4df78ef650
commit 735c8b7069

View File

@@ -593,7 +593,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();