From 2709882312f17bc70397e2a22115cee988b59cc4 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 14 Dec 2023 23:40:30 +0100 Subject: [PATCH] untested/unused code but in the process of removing all OLD, will need to verify its never larger than 488 bytes --- client/src/cmdhfepa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfepa.c b/client/src/cmdhfepa.c index 66ce37d6b..939fa999f 100644 --- a/client/src/cmdhfepa.c +++ b/client/src/cmdhfepa.c @@ -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;