partial frames are good enough for not running into timeout @ DFM
This commit is contained in:
parent
eb25f9d530
commit
beab0fa9aa
|
|
@ -585,7 +585,7 @@ int DFM::receiveNew() {
|
||||||
delay(2);
|
delay(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return RX_TIMEOUT;
|
return rxframes == 4 ? RX_TIMEOUT : RX_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int DFM::receiveOld() {
|
int DFM::receiveOld() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue