Update to the airtime calculator. I didn't 0 out the RX log.

1.2-legacy
Jm 2020-12-26 23:37:04 -08:00
rodzic e55c5e10bc
commit 3c69beef94
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -57,6 +57,8 @@ void airtimeCalculator()
airtimes.hourRX_ALL[i + 1] = airtimes.hourRX_ALL[i];
}
airtimes.hourTX[0] = 0;
airtimes.hourRX[0] = 0;
airtimes.hourRX_ALL[0] = 0;
airtimes.lastHourIndex = currentHourIndex();
}