mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #1631 from gentilkiwi/patch-2
Minor fix for EV2 XL Signature
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user