fudan command is never 512 bytes. Converted to use MIX instead

This commit is contained in:
iceman1001 2023-12-14 23:44:07 +01:00
parent fe4c5792fc
commit 04769f3183

View file

@ -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) {