mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-29 22:27:13 +02:00
0.8.44
* fix MqTT transmission of data #1326 * live data is read much earlier / faster and more often
This commit is contained in:
parent
21d77f58ca
commit
b4ba35e6ab
4 changed files with 33 additions and 22 deletions
|
@ -498,6 +498,7 @@ class Communication : public CommQueue<> {
|
|||
for (uint8_t i = 0; i < rec->length; i++) {
|
||||
q->iv->addValue(i, mPayload, rec);
|
||||
}
|
||||
rec->mqttSentStatus = MqttSentStatus::NEW_DATA;
|
||||
|
||||
q->iv->rssi = rssi;
|
||||
q->iv->doCalculations();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue