From cd87ee9133bf4b12e7b8a250e44e2924f515a617 Mon Sep 17 00:00:00 2001 From: marshmellow42 Date: Wed, 20 May 2015 15:42:58 -0400 Subject: [PATCH] finish NTAG i2c +... thanks iceman --- client/cmdhfmfu.c | 2 ++ 1 file changed, 2 insertions(+) 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 ) -- 2.39.2