fix
This commit is contained in:
parent
c25bcefb3c
commit
7fac669b3f
|
@ -356,7 +356,7 @@ namespace ratgdo {
|
|||
msgStart = 0;
|
||||
byteCount = 0;
|
||||
|
||||
readRollingCode(doorState, lightState, lockState, motionState, obstructionState);
|
||||
readRollingCode(this->store_.doorState, this->store_.lightState, this->store_.lockState, this->store_.motionState, this->store_.obstructionState);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue