Fix
This commit is contained in:
parent
78858628cf
commit
2e7f53835b
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue