mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
Update to the airtime calculator. I didn't 0 out the RX log.
This commit is contained in:
parent
e55c5e10bc
commit
3c69beef94
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user