Merge pull request #1631 from gentilkiwi/patch-2

Minor fix for EV2 XL Signature
This commit is contained in:
Iceman 2022-03-20 21:01:00 +01:00 committed by GitHub
commit 75a814d8b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -681,7 +681,7 @@ static int CmdHF14ADesInfo(const char *Cmd) {
return res;
}
if (cardtype == DESFIRE_EV2 ||
if (cardtype == DESFIRE_EV2 || cardtype == DESFIRE_EV2_XL ||
cardtype == DESFIRE_LIGHT ||
cardtype == DESFIRE_EV3 ||
cardtype == NTAG413DNA) {