Fix #508, GPS on 7600
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -435,7 +435,7 @@ class TinyGsmSim7600 : public TinyGsmModem<TinyGsmSim7600>,
|
|||||||
|
|
||||||
// get the RAW GPS output
|
// get the RAW GPS output
|
||||||
String getGPSrawImpl() {
|
String getGPSrawImpl() {
|
||||||
sendAT(GF("+CGNSSINFO=32"));
|
sendAT(GF("+CGNSSINFO"));
|
||||||
if (waitResponse(GF(GSM_NL "+CGNSSINFO:")) != 1) { return ""; }
|
if (waitResponse(GF(GSM_NL "+CGNSSINFO:")) != 1) { return ""; }
|
||||||
String res = stream.readStringUntil('\n');
|
String res = stream.readStringUntil('\n');
|
||||||
waitResponse();
|
waitResponse();
|
||||||
|
Reference in New Issue
Block a user