mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-20 22:24:10 +08:00
Support break_after_ACK for MIX frames
This commit is contained in:
parent
ac9f3b29f6
commit
32a512b13e
1 changed files with 3 additions and 0 deletions
|
@ -437,6 +437,9 @@ __attribute__((force_align_arg_pointer))
|
|||
rx.oldarg[2] = arg[2];
|
||||
memcpy(&rx.data, ((uint8_t *)&rx_raw.data) + sizeof(arg), length - sizeof(arg));
|
||||
rx.length = length - sizeof(arg);
|
||||
if (rx.cmd == CMD_ACK) {
|
||||
ACK_received = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue