mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: hf 14a sim - uses NG
This commit is contained in:
parent
b05796c7c4
commit
58bed70ad0
4 changed files with 30 additions and 22 deletions
|
@ -1012,7 +1012,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
|
||||
#ifdef WITH_ISO14443a
|
||||
case CMD_SNIFF_ISO_14443a:
|
||||
SniffIso14443a(packet->oldarg[0]);
|
||||
SniffIso14443a(packet->data.asBytes[0]);
|
||||
break;
|
||||
case CMD_READER_ISO_14443a:
|
||||
ReaderIso14443a(packet);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue