chg: 'lf io clone' - refactored, uses NG

This commit is contained in:
iceman1001 2019-09-16 11:41:34 +02:00
commit e5c31886eb
5 changed files with 40 additions and 22 deletions

View file

@ -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;