From 12f3b8747a2aeb89a4b4ed8d09b0a58f26e7d9f7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 25 Jun 2023 18:44:54 -0500 Subject: [PATCH] Fix merge --- 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 d357411..dcb7773 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -686,7 +686,7 @@ namespace ratgdo { ESP_LOGW(TAG, "I don't know duration, ignoring move to position"); return; } - + if (delta > 0) { // open doorCommand(data::DOOR_OPEN); this->positionSyncWhileOpening(delta);