Replace MobileGPS with gpsd.

This commit is contained in:
Jonathan Naylor
2020-06-29 11:25:10 +01:00
parent 1dc91b9a64
commit edce667018
15 changed files with 222 additions and 177 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20200608";
const char* VERSION = "20200629";
#endif