mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-22 01:37:52 +00:00
we now sorta set time based on gps
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user