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