]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
finish NTAG i2c +...
authormarshmellow42 <marshmellowrf@gmail.com>
Wed, 20 May 2015 19:42:58 +0000 (15:42 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Wed, 20 May 2015 19:42:58 +0000 (15:42 -0400)
thanks iceman

client/cmdhfmfu.c

index 68ed11d503a6a849a804d29b21d5ec09a22151a0..aebde83384b10b9d29cfa0a79ad8bab52827ba83 100644 (file)
@@ -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 )
Impressum, Datenschutz