mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 17:52:35 +00:00
we now send gps locations into the mesh and update our nodedb
This commit is contained in:
@@ -39,7 +39,7 @@ void GPS::loop()
|
||||
24 * 60 * 60 * (date.month() * 31 + date.day() + 365 * (date.year() - 1970))) +
|
||||
time.centisecond() * 10;
|
||||
|
||||
DEBUG_MSG("Setting time zero %lld", zeroOffset);
|
||||
DEBUG_MSG("Setting time zero %lld\n", zeroOffset);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user