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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user