From 735c8b70694c94aa86441de7ae84853c01dc9383 Mon Sep 17 00:00:00 2001 From: Sara Damiano Date: Mon, 23 Sep 2019 13:33:57 -0400 Subject: [PATCH] Fix A6 warning --- src/TinyGsmClientA6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TinyGsmClientA6.h b/src/TinyGsmClientA6.h index 449d330..15a19f1 100644 --- a/src/TinyGsmClientA6.h +++ b/src/TinyGsmClientA6.h @@ -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();