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);