desfire atqa should be 0x44

This commit is contained in:
iceman1001
2022-01-22 16:52:32 +01:00
parent cc4b549a7d
commit 7bbca12335

View File

@@ -1049,7 +1049,7 @@ bool SimulateIso14443aInit(int tagType, int flags, uint8_t *data, tag_response_i
}
break;
case 3: { // MIFARE DESFire
rATQA[0] = 0x04;
rATQA[0] = 0x44;
rATQA[1] = 0x03;
sak = 0x20;
memcpy(rRATS, "\x06\x75\x77\x81\x02\x80\x00\x00", 8);