This commit is contained in:
J. Nick Koston 2023-06-05 16:36:40 -05:00
parent 74e2c9007b
commit 886d4611b0
No known key found for this signature in database

View File

@ -300,7 +300,7 @@ namespace ratgdo {
} }
// Wait 5 pulses before updating to door opening status // 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") { if (this->doorState != "opening") {
ESP_LOGD(TAG, "Door Opening..."); ESP_LOGD(TAG, "Door Opening...");
} }