mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 03:14:53 +08:00
fudan command is never 512 bytes. Converted to use MIX instead
This commit is contained in:
parent
fe4c5792fc
commit
04769f3183
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue