mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
NG->MIX for hitag cmds where the zeroes were actual args
This commit is contained in:
parent
afabd59995
commit
6caf571a44
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ static int CmdLFHitagSim(const char *Cmd) {
|
|||
if (tag_mem_supplied) {
|
||||
SendCommandOLD(cmd, 1, 0, 0, data, datalen);
|
||||
} else {
|
||||
SendCommandNG(cmd, NULL, 0);
|
||||
SendCommandMIX(cmd, 0, 0, 0, NULL, 0);
|
||||
}
|
||||
|
||||
free(data);
|
||||
|
|
Loading…
Reference in a new issue