diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index cf3fdb4..d357411 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -697,7 +697,7 @@ namespace ratgdo { } auto operation_time = duration * 1000 * delta; - ESP_LOGD(TAG, "Moving to position %.2f in %.1fs", position, operation_time / 1000.0) + ESP_LOGD(TAG, "Moving to position %.2f in %.1fs", position, operation_time / 1000.0); this->movingToPosition = true; set_timeout("move_to_position", operation_time, [=] { doorCommand(data::DOOR_STOP);