Finish RX on cancelled RX_CmdAdv if we issued hard abort due to crc16/address mismatch (#105)

This commit is contained in:
nanosonde 2020-11-17 21:08:53 +01:00 committed by GitHub
parent abb37c3b63
commit eab31e7808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,9 +99,7 @@ static void RxCallback(RF_Handle h, RF_CmdHandle ch, RF_EventMask e)
{
if (e & RF_EventCmdAborted)
{
packetStartTime = 0;
println("RX ABORT");
return;
}
rfDone = true;