Browse Source

Update TinyGsmClientUBLOX.h

Add +URAT
v_master
ldab 6 years ago
committed by GitHub
parent
commit
d569d58178
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TinyGsmClientUBLOX.h

+ 1
- 1
src/TinyGsmClientUBLOX.h 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;
}


Loading…
Cancel
Save