mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: 'lf io clone' - refactored, uses NG
This commit is contained in:
parent
4c08477ef7
commit
e5c31886eb
5 changed files with 40 additions and 22 deletions
|
@ -730,10 +730,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
CmdIOdemodFSK(packet->oldarg[0], &high, &low, 1);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_IO_CLONE: {
|
||||
CopyIOtoT55x7(packet->oldarg[0], packet->oldarg[1]);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM410X_DEMOD: {
|
||||
uint32_t high;
|
||||
uint64_t low;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue