Update TinyGsmClientUBLOX.h

Add +URAT
This commit is contained in:
ldab
2019-03-17 09:57:40 +01:00
committed by GitHub
parent bab298ec76
commit d569d58178

View File

@@ -510,7 +510,7 @@ public:
if (waitResponse() != 1) {
return false;
}
sendAT(GF("+CGATT="), urat); // Radio Access Technology (RAT) selection
sendAT(GF("+URAT="), urat); // Radio Access Technology (RAT) selection
if (waitResponse() != 1) {
return false;
}