From: marshmellow42 Date: Wed, 20 May 2015 19:42:58 +0000 (-0400) Subject: finish NTAG i2c +... X-Git-Tag: v2.1.0~12^2~5 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/cd87ee9133bf4b12e7b8a250e44e2924f515a617 finish NTAG i2c +... thanks iceman --- diff --git a/client/cmdhfmfu.c b/client/cmdhfmfu.c index 68ed11d5..aebde833 100644 --- a/client/cmdhfmfu.c +++ b/client/cmdhfmfu.c @@ -354,7 +354,9 @@ int ul_print_type(uint32_t tagtype, uint8_t spaces){ else if ( tagtype & NTAG_216 ) PrintAndLog("%sTYPE : NTAG 216 888bytes (NT2H1611G0DU)", spacer); else if ( tagtype & NTAG_I2C_1K ) + PrintAndLog("%sTYPE : NTAG I%sC 888bytes (NT3H1101FHK)", spacer, "\xFD"); else if ( tagtype & NTAG_I2C_2K ) + PrintAndLog("%sTYPE : NTAG I%sC 1904bytes (NT3H1201FHK)", spacer, "\xFD"); else if ( tagtype & MY_D ) PrintAndLog("%sTYPE : INFINEON my-d\x99", spacer); else if ( tagtype & MY_D_NFC )