kopia lustrzana https://github.com/jgromes/RadioLib
[CC1101] Fixed Tx buffer flushed on Rx timeout (#520)
rodzic
57dcf48f6b
commit
206d49f802
|
@ -155,7 +155,7 @@ int16_t CC1101::receive(uint8_t* data, size_t len) {
|
||||||
|
|
||||||
if(_mod->micros() - start > timeout) {
|
if(_mod->micros() - start > timeout) {
|
||||||
standby();
|
standby();
|
||||||
SPIsendCommand(RADIOLIB_CC1101_CMD_FLUSH_TX);
|
SPIsendCommand(RADIOLIB_CC1101_CMD_FLUSH_RX);
|
||||||
return(RADIOLIB_ERR_RX_TIMEOUT);
|
return(RADIOLIB_ERR_RX_TIMEOUT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue