This commit is contained in:
J. Nick Koston 2023-06-05 18:27:48 -05:00
parent c25bcefb3c
commit 7fac669b3f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}