mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Add NTAG i2c and bug fix
also streamlined select tag code
This commit is contained in:
parent
a383f4b708
commit
c7442b7673
3 changed files with 71 additions and 79 deletions
|
@ -178,7 +178,7 @@ int CmdHF14AReader(const char *Cmd)
|
|||
c.arg[2] = 0;
|
||||
SendCommand(&c);
|
||||
|
||||
uint16_t tagT = GetHF14AMfU_Type();
|
||||
uint32_t tagT = GetHF14AMfU_Type();
|
||||
ul_print_type(tagT, 0);
|
||||
|
||||
//reconnect for further tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue