This commit is contained in:
J. Nick Koston 2023-06-09 16:23:25 -05:00
parent 0eaeea4238
commit 0c3a3d0a4c
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -248,7 +248,8 @@ namespace ratgdo {
reading = true;
return;
}
} else {
}
if (reading) {
this->rxRollingCode[byteCount] = serData;
byteCount++;