* possible fix of MqTT fix "total values are sent to often" #1421
This commit is contained in:
lumapu 2024-02-11 00:17:33 +01:00
parent a51a761215
commit e73e31b1cc
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
## 0.8.78 - 2024-02-10
* finalized API token access #1415
* possible fix of MqTT fix "total values are sent to often" #1421
## 0.8.77 - 2024-02-08
* merge PR: BugFix: ACK #1414

View file

@ -246,7 +246,7 @@ class PubMqttIvData {
mPos++;
} else {
mSendList->pop();
mPos = 0;
mSendTotals = false;
mState = IDLE;
}
}