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