* add `getLossRate` to radio statistics and to MqTT #1199
This commit is contained in:
lumapu 2024-01-02 01:03:40 +01:00
parent 27ad75b7d3
commit 40097aba18
7 changed files with 30 additions and 26 deletions

View file

@ -339,7 +339,7 @@ class HmRadio : public Radio {
mMillis = millis();
mLastIv = iv;
iv->mDtuTxCnt++;
iv->radioStatistics.dtuTxCnt++;
}
uint64_t getIvId(Inverter<> *iv) {