button
This commit is contained in:
parent
b168e0254e
commit
907f776716
|
@ -270,7 +270,7 @@ namespace ratgdo {
|
||||||
this->obstructionState,
|
this->obstructionState,
|
||||||
this->motorState,
|
this->motorState,
|
||||||
this->openings,
|
this->openings,
|
||||||
this->button);
|
this->buttonState);
|
||||||
if (isStatus && this->forceUpdate_) {
|
if (isStatus && this->forceUpdate_) {
|
||||||
this->forceUpdate_ = false;
|
this->forceUpdate_ = false;
|
||||||
this->previousDoorState = DoorState::DOOR_STATE_UNKNOWN;
|
this->previousDoorState = DoorState::DOOR_STATE_UNKNOWN;
|
||||||
|
|
Loading…
Reference in New Issue