Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags (#842)

This commit is contained in:
t0m4 2019-07-14 12:31:33 +02:00 committed by pwpiwi
commit 096dee1784
7 changed files with 177 additions and 1 deletions

View file

@ -22,6 +22,7 @@ int CmdHF15Reader(const char *Cmd);
int CmdHF15Sim(const char *Cmd);
int CmdHF15Record(const char *Cmd);
int CmdHF15Cmd(const char*Cmd);
int CmdHF15CSetUID(const char *Cmd);
int CmdHF15CmdHelp(const char*Cmd);
int CmdHF15Help(const char*Cmd);