mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
untested/unused code but in the process of removing all OLD, will need to verify its never larger than 488 bytes
This commit is contained in:
@@ -172,7 +172,7 @@ static int CmdHFEPAPACEReplay(const char *Cmd) {
|
||||
clearCommandBuffer();
|
||||
// arg0: APDU number
|
||||
// arg1: offset into the APDU
|
||||
SendCommandOLD(CMD_HF_EPA_REPLAY, i + 1, j * sizeof(data), packet_length, data, packet_length);
|
||||
SendCommandMIX(CMD_HF_EPA_REPLAY, i + 1, j * sizeof(data), packet_length, data, packet_length);
|
||||
if (WaitForResponseTimeout(CMD_HF_EPA_REPLAY, &resp, 2500) == false) {
|
||||
PrintAndLogEx(WARNING, "command time out");
|
||||
return PM3_ETIMEOUT;
|
||||
|
||||
Reference in New Issue
Block a user