Update to #588 - Change "hour" to "period"

This commit is contained in:
Jm
2020-12-27 10:50:52 -08:00
parent 6e4cf22cf0
commit 15a0b3694d
3 changed files with 49 additions and 43 deletions

View File

@@ -28,9 +28,11 @@ void logAirtime(reportTypes reportType, uint32_t airtime_ms);
void airtimeCalculator();
uint8_t currentHourIndex();
uint8_t getHoursToLog();
uint8_t currentPeriodIndex();
uint8_t getPeriodsToLog();
uint32_t getSecondsSinceBoot();
uint16_t *airtimeReport(reportTypes reportType);
uint16_t *airtimeReport(reportTypes reportType);
uint32_t getSecondsPerPeriod();