From 886d4611b0e262bb9e6925f631572bf175c26952 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 16:36:40 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 3625d5f..d0dc210 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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..."); }