we now send gps locations into the mesh and update our nodedb

This commit is contained in:
geeksville
2020-02-06 08:49:33 -08:00
parent 9625bcbd9e
commit 241e262f5c
6 changed files with 67 additions and 28 deletions

View File

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