From 04769f318357855fa4a35c7dec25c6f1c11eff59 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 14 Dec 2023 23:44:07 +0100 Subject: [PATCH] fudan command is never 512 bytes. Converted to use MIX instead --- client/src/cmdhffudan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhffudan.c b/client/src/cmdhffudan.c index 85e857e6e..b0dc8b08d 100644 --- a/client/src/cmdhffudan.c +++ b/client/src/cmdhffudan.c @@ -304,7 +304,7 @@ static int CmdHFFudanDump(const char *Cmd) { clearCommandBuffer(); PacketResponseNG resp; - SendCommandOLD(CMD_HF_ISO14443A_READER, flags, sizeof(cmd) | ((uint32_t)(numbits << 16)), argtimeout, cmd, sizeof(cmd)); + SendCommandMIX(CMD_HF_ISO14443A_READER, flags, sizeof(cmd) | ((uint32_t)(numbits << 16)), argtimeout, cmd, sizeof(cmd)); if (WaitForResponseTimeout(CMD_ACK, &resp, 1500)) { if (resp.status == PM3_SUCCESS) {