mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-11 07:46:09 -07:00
finish NTAG i2c +...
thanks iceman
This commit is contained in:
parent
46fcd738e0
commit
cd87ee9133
1 changed files with 2 additions and 0 deletions
|
@ -354,7 +354,9 @@ int ul_print_type(uint32_t tagtype, uint8_t spaces){
|
||||||
else if ( tagtype & NTAG_216 )
|
else if ( tagtype & NTAG_216 )
|
||||||
PrintAndLog("%sTYPE : NTAG 216 888bytes (NT2H1611G0DU)", spacer);
|
PrintAndLog("%sTYPE : NTAG 216 888bytes (NT2H1611G0DU)", spacer);
|
||||||
else if ( tagtype & NTAG_I2C_1K )
|
else if ( tagtype & NTAG_I2C_1K )
|
||||||
|
PrintAndLog("%sTYPE : NTAG I%sC 888bytes (NT3H1101FHK)", spacer, "\xFD");
|
||||||
else if ( tagtype & NTAG_I2C_2K )
|
else if ( tagtype & NTAG_I2C_2K )
|
||||||
|
PrintAndLog("%sTYPE : NTAG I%sC 1904bytes (NT3H1201FHK)", spacer, "\xFD");
|
||||||
else if ( tagtype & MY_D )
|
else if ( tagtype & MY_D )
|
||||||
PrintAndLog("%sTYPE : INFINEON my-d\x99", spacer);
|
PrintAndLog("%sTYPE : INFINEON my-d\x99", spacer);
|
||||||
else if ( tagtype & MY_D_NFC )
|
else if ( tagtype & MY_D_NFC )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue