Browse Source

Fix A6 warning

v_master
Sara Damiano 5 years ago
parent
commit
735c8b7069
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientA6.h

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


Loading…
Cancel
Save