This commit is contained in:
Marius Muja 2023-06-25 16:44:24 -07:00
parent 78858628cf
commit 2e7f53835b
1 changed files with 1 additions and 1 deletions

View File

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