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

@@ -27,7 +27,7 @@ public:
// FIXME, this lets period slightly drift based on scheduling - not sure if that is always good
prevMsec = now;
DEBUG_MSG("Calling periodic task\n");
// DEBUG_MSG("Calling periodic task\n");
doTask();
}
}