mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-31 23:18:25 +02:00
0.8.42
* add loss rate to `/visualization` in the statistics window * corrected `getLossRate` infos for MqTT and prometheus * added information about working IRQ for NRF24 and CMT2300A to `/system`
This commit is contained in:
parent
dd0bec6fc0
commit
0d10d19b30
12 changed files with 64 additions and 26 deletions
|
@ -339,7 +339,7 @@ class HmRadio : public Radio {
|
|||
mMillis = millis();
|
||||
|
||||
mLastIv = iv;
|
||||
iv->radioStatistics.dtuTxCnt++;
|
||||
iv->mDtuTxCnt++;
|
||||
}
|
||||
|
||||
uint64_t getIvId(Inverter<> *iv) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue