diff --git a/TinyGsmClientA6.h b/TinyGsmClientA6.h index d24b76d..1cf2163 100644 --- a/TinyGsmClientA6.h +++ b/TinyGsmClientA6.h @@ -321,6 +321,9 @@ public: } String getOperator() { + sendAT(GF("+COPS=3,0")); // Set format + waitResponse(); + sendAT(GF("+COPS?")); if (waitResponse(GF(GSM_NL "+COPS:")) != 1) { return "";