fix
This commit is contained in:
parent
74e2c9007b
commit
886d4611b0
|
@ -300,7 +300,7 @@ namespace ratgdo {
|
|||
}
|
||||
|
||||
// Wait 5 pulses before updating to door opening status
|
||||
if (this->store_.>doorPositionCounter - lastDirectionChangeCounter > 5) {
|
||||
if (this->store_.doorPositionCounter - lastDirectionChangeCounter > 5) {
|
||||
if (this->doorState != "opening") {
|
||||
ESP_LOGD(TAG, "Door Opening...");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue