|
@ -321,6 +321,9 @@ public: |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
String getOperator() { |
|
|
String getOperator() { |
|
|
|
|
|
sendAT(GF("+COPS=3,0")); // Set format |
|
|
|
|
|
waitResponse(); |
|
|
|
|
|
|
|
|
sendAT(GF("+COPS?")); |
|
|
sendAT(GF("+COPS?")); |
|
|
if (waitResponse(GF(GSM_NL "+COPS:")) != 1) { |
|
|
if (waitResponse(GF(GSM_NL "+COPS:")) != 1) { |
|
|
return ""; |
|
|
return ""; |
|
|