loop
This commit is contained in:
parent
0eaeea4238
commit
0c3a3d0a4c
|
@ -248,7 +248,8 @@ namespace ratgdo {
|
||||||
reading = true;
|
reading = true;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} else {
|
}
|
||||||
|
if (reading) {
|
||||||
this->rxRollingCode[byteCount] = serData;
|
this->rxRollingCode[byteCount] = serData;
|
||||||
byteCount++;
|
byteCount++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue