hf 14a raw - no crc check on the iso14 select card response

This commit is contained in:
iceman1001 2020-10-12 18:35:47 +02:00
commit acada02e37

View file

@ -1362,7 +1362,7 @@ static int waitCmd(uint8_t iSelect, uint32_t timeout) {
uint8_t *data = resp.data.asBytes;
if (len >= 3) {
if (iSelect == 0 && len >= 3) {
bool crc = check_crc(CRC_14443_A, data, len);
PrintAndLogEx(SUCCESS, "%s[%02X %02X] %s",