This commit is contained in:
J. Nick Koston 2023-06-05 13:46:59 -05:00
parent aa6fa43fc7
commit 348a995d9d
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void RATGDOComponent::doorStateLoop() {
this->doorState = "opening"; this->doorState = "opening";
} }
if (this->lastDirectionChangeCounter - this->doorPositionCounter > 5) { if (lastDirectionChangeCounter - this->doorPositionCounter > 5) {
if (this->doorState != "closing") { if (this->doorState != "closing") {
ESP_LOGD(TAG, "Door Closing..."); ESP_LOGD(TAG, "Door Closing...");
} }