Partial work to migrate to OSThread model

This commit is contained in:
Jm
2021-01-01 12:31:46 -08:00
parent 9587729bb0
commit 925829dc58
6 changed files with 91 additions and 30 deletions

View File

@@ -584,6 +584,4 @@ void loop()
mainDelay.delay(delayMsec);
// if (didWake) DEBUG_MSG("wake!\n");
// Handles cleanup for the airtime calculator.
airtimeCalculator();
}