#588 - Calculate TX air time

This commit is contained in:
Jm
2020-12-26 22:39:43 -08:00
parent ded2b86e55
commit e321528a6d
5 changed files with 153 additions and 60 deletions

View File

@@ -5,6 +5,7 @@
#include "NodeDB.h"
#include "PowerFSM.h"
#include "UBloxGPS.h"
#include "airtime.h"
#include "configuration.h"
#include "error.h"
#include "power.h"
@@ -558,4 +559,7 @@ void loop()
// We want to sleep as long as possible here - because it saves power
mainDelay.delay(delayMsec);
// if (didWake) DEBUG_MSG("wake!\n");
// Handles cleanup for the airtime calculator.
airtimeCalculator();
}