Add accuracy to GPS output, implent it for ublox

Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
This commit is contained in:
Sara Damiano
2020-02-13 12:01:22 -05:00
parent a584f66161
commit 46d606260f
10 changed files with 204 additions and 81 deletions

View File

@@ -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: