ADD: 'hf mfu' detection of Mifare Ultralight NANO tags.

Interesting tag with two new commands.  LOCK_SIG  / WRITE_SIG.   Need to add support for it.
https://www.nxp.com/docs/en/data-sheet/MF0UN_H_00.pdf
This commit is contained in:
iceman1001 2018-04-03 09:57:20 +02:00
commit 4b2a746ef5
3 changed files with 31 additions and 20 deletions

View file

@ -99,6 +99,7 @@ typedef enum TAGTYPE_UL {
NTAG_213_F = 0x400000,
NTAG_216_F = 0x800000,
UL_EV1 = 0x1000000,
UL_NANO_40 = 0x2000000,
UL_MAGIC = UL | MAGIC,
UL_C_MAGIC = UL_C | MAGIC,
UL_ERROR = 0xFFFFFF,