mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Fix reject responses with invalid CRC
This commit is contained in:
@@ -610,6 +610,7 @@ static bool waitCmdFelicaEx(bool iSelect, PacketResponseNG *resp, bool verbose,
|
||||
if (logging) {
|
||||
PrintAndLogEx(WARNING, "CRC ( " _RED_("fail") " )");
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
if (resp->data.asBytes[0] != 0xB2 || resp->data.asBytes[1] != 0x4D) {
|
||||
|
||||
Reference in New Issue
Block a user