#588 - Calculate TX air time
This commit is contained in:
+5
-3
@@ -8,9 +8,11 @@ enum reportTypes { TX_LOG, RX_LOG, RX_ALL_LOG };
|
||||
|
||||
void logAirtime(reportTypes reportType, uint32_t airtime_ms);
|
||||
|
||||
void currentHourIndexReset();
|
||||
uint8_t currentHourIndex();
|
||||
void airtimeCalculator();
|
||||
|
||||
uint32_t secondsSinceBoot();
|
||||
uint8_t currentHourIndex();
|
||||
uint8_t getHoursToLog();
|
||||
|
||||
uint32_t getSecondsSinceBoot();
|
||||
|
||||
uint16_t *airtimeReport(reportTypes reportType);
|
||||
Reference in New Issue
Block a user