mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-24 07:05:40 -07:00
Minor fix for EV2 XL Signature
This commit is contained in:
parent
248cc83aab
commit
568236b265
1 changed files with 1 additions and 1 deletions
|
@ -681,7 +681,7 @@ static int CmdHF14ADesInfo(const char *Cmd) {
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cardtype == DESFIRE_EV2 ||
|
if (cardtype == DESFIRE_EV2 || cardtype == DESFIRE_EV2_XL ||
|
||||||
cardtype == DESFIRE_LIGHT ||
|
cardtype == DESFIRE_LIGHT ||
|
||||||
cardtype == DESFIRE_EV3 ||
|
cardtype == DESFIRE_EV3 ||
|
||||||
cardtype == NTAG413DNA) {
|
cardtype == NTAG413DNA) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue