Fix reject responses with invalid CRC

This commit is contained in:
q0jt
2026-03-14 03:45:22 +09:00
parent 08a90b9eba
commit 661634649a
+1
View File
@@ -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) {