mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-05 23:52:27 +08:00
OLD->MIX
This commit is contained in:
parent
54d3ea9c8f
commit
b42c5f59e1
1 changed files with 2 additions and 2 deletions
|
@ -363,7 +363,7 @@ static int CmdLFHitagSim(const char *Cmd) {
|
|||
|
||||
clearCommandBuffer();
|
||||
if (tag_mem_supplied) {
|
||||
SendCommandOLD(cmd, 1, 0, 0, data, datalen);
|
||||
SendCommandMIX(cmd, 1, 0, 0, data, datalen);
|
||||
} else {
|
||||
SendCommandMIX(cmd, 0, 0, 0, NULL, 0);
|
||||
}
|
||||
|
@ -693,7 +693,7 @@ static int CmdLFHitagWriter(const char *Cmd) {
|
|||
}
|
||||
|
||||
clearCommandBuffer();
|
||||
SendCommandOLD(CMD_LF_HITAGS_WRITE, htf, 0, arg2, &htd, sizeof(htd));
|
||||
SendCommandMIX(CMD_LF_HITAGS_WRITE, htf, 0, arg2, &htd, sizeof(htd));
|
||||
PacketResponseNG resp;
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 4000)) {
|
||||
PrintAndLogEx(WARNING, "timeout while waiting for reply.");
|
||||
|
|
Loading…
Reference in a new issue