Fix merge

This commit is contained in:
J. Nick Koston 2023-06-25 18:44:54 -05:00
parent 2e7f53835b
commit 12f3b8747a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ namespace ratgdo {
ESP_LOGW(TAG, "I don't know duration, ignoring move to position"); ESP_LOGW(TAG, "I don't know duration, ignoring move to position");
return; return;
} }
if (delta > 0) { // open if (delta > 0) { // open
doorCommand(data::DOOR_OPEN); doorCommand(data::DOOR_OPEN);
this->positionSyncWhileOpening(delta); this->positionSyncWhileOpening(delta);