Add accuracy to GPS output, implent it for ublox
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
@@ -17,7 +17,7 @@ template <class modemType>
|
||||
class TinyGsmGSMLocation {
|
||||
public:
|
||||
/*
|
||||
* Location functions
|
||||
* GSM Location functions
|
||||
*/
|
||||
String getGsmLocationRaw() {
|
||||
return thisModem().getGsmLocationRawImpl();
|
||||
@@ -54,7 +54,7 @@ class TinyGsmGSMLocation {
|
||||
}
|
||||
|
||||
/*
|
||||
* Location functions
|
||||
* GSM Location functions
|
||||
* Template is based on SIMCOM commands
|
||||
*/
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user