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:
iceman1001 2023-12-14 23:40:30 +01:00
commit 2709882312

View file

@ -172,7 +172,7 @@ static int CmdHFEPAPACEReplay(const char *Cmd) {
clearCommandBuffer(); clearCommandBuffer();
// arg0: APDU number // arg0: APDU number
// arg1: offset into the APDU // 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) { if (WaitForResponseTimeout(CMD_HF_EPA_REPLAY, &resp, 2500) == false) {
PrintAndLogEx(WARNING, "command time out"); PrintAndLogEx(WARNING, "command time out");
return PM3_ETIMEOUT; return PM3_ETIMEOUT;