OLD->MIX
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user