we now sorta set time based on gps

This commit is contained in:
geeksville
2020-02-06 08:18:20 -08:00
parent 0b226132b8
commit 9625bcbd9e
7 changed files with 43 additions and 18 deletions

View File

@@ -14,7 +14,10 @@ class GPS : public PeriodicTask, public Observable, public TinyGPSPlus
public:
GPS();
String getTime();
/// Return time since 1970 in msecs. Until we have a GPS lock we will be returning time based at zero
uint64_t getTime();
String getTimeStr();
void setup();