sforkowany z mirror/meshtastic-firmware
Update to the airtime calculator. I didn't 0 out the RX log.
rodzic
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();
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue