mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 21:26:33 +00:00
Another try for solving exceptions 28
Another try for solving exceptions 28 (#14067)
This commit is contained in:
parent
e5463782e7
commit
18003e0ee6
@ -80,7 +80,7 @@ bool Rg15Poll(void) {
|
||||
if (++Rg15.time == RG15_EVENT_TIMEOUT) {
|
||||
Rg15.acc = 0;
|
||||
Rg15.rate = 0;
|
||||
// MqttPublishSensor();
|
||||
MqttPublishSensor();
|
||||
}
|
||||
|
||||
return false;
|
||||
@ -96,7 +96,7 @@ bool Rg15Poll(void) {
|
||||
Rg15Process(rg15_buffer);
|
||||
}
|
||||
|
||||
// MqttPublishSensor();
|
||||
MqttPublishSensor();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user