This commit is contained in:
J. Nick Koston 2023-06-07 16:03:03 -05:00
parent 842861faa1
commit 446716361b
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace ratgdo {
this->current_operation = COVER_OPERATION_CLOSING;
break;
case DoorState::DOOR_STATE_STOPPED:
this->position = COVER_OPEN;
default:
this->current_operation = COVER_OPERATION_IDLE;