From ca07bb0f1039dc5c4e6b0a32af78822d08b60a61 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 18:14:18 -0500 Subject: [PATCH] button --- 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 eaabacf..8ab4ee2 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -308,7 +308,7 @@ namespace ratgdo { } this->previousLockState = this->lockState; } - if (this->obstructionState != this->previousObstructionState){ + if (this->obstructionState != this->previousObstructionState) { ObstructionState val = static_cast(this->obstructionState); ESP_LOGD(TAG, "Obstruction state %s", obstruction_state_to_string(val)); for (auto* child : this->children_) {