Update TinyGsmClientUBLOX.h
Add +URAT
This commit is contained in:
@@ -510,7 +510,7 @@ public:
|
|||||||
if (waitResponse() != 1) {
|
if (waitResponse() != 1) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
sendAT(GF("+CGATT="), urat); // Radio Access Technology (RAT) selection
|
sendAT(GF("+URAT="), urat); // Radio Access Technology (RAT) selection
|
||||||
if (waitResponse() != 1) {
|
if (waitResponse() != 1) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user