hf 14a info - ntag21x identification

This commit is contained in:
iceman1001
2020-09-10 20:40:12 +02:00
parent a5026fbdf0
commit 866f4b6313
3 changed files with 22 additions and 6 deletions

View File

@@ -1187,6 +1187,9 @@ int detect_classic_magic(void) {
case MAGIC_SUPER:
PrintAndLogEx(SUCCESS, "Magic capabilities : " _GREEN_("super card"));
break;
case MAGIC_NTAG21X:
PrintAndLogEx(SUCCESS, "Magic capabilities : " _GREEN_("NTAG21x"));
break;
default:
break;
}