mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 10:46:24 +02:00
0.8.78
* possible fix of MqTT fix "total values are sent to often" #1421
This commit is contained in:
parent
a51a761215
commit
e73e31b1cc
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## 0.8.78 - 2024-02-10
|
## 0.8.78 - 2024-02-10
|
||||||
* finalized API token access #1415
|
* finalized API token access #1415
|
||||||
|
* possible fix of MqTT fix "total values are sent to often" #1421
|
||||||
|
|
||||||
## 0.8.77 - 2024-02-08
|
## 0.8.77 - 2024-02-08
|
||||||
* merge PR: BugFix: ACK #1414
|
* merge PR: BugFix: ACK #1414
|
||||||
|
|
|
@ -246,7 +246,7 @@ class PubMqttIvData {
|
||||||
mPos++;
|
mPos++;
|
||||||
} else {
|
} else {
|
||||||
mSendList->pop();
|
mSendList->pop();
|
||||||
mPos = 0;
|
mSendTotals = false;
|
||||||
mState = IDLE;
|
mState = IDLE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue