mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
convert 14b raw to use NG
This commit is contained in:
parent
5ddfade1f9
commit
b267ee8ef5
11 changed files with 453 additions and 303 deletions
|
@ -1308,8 +1308,9 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
SimulateIso14443bTag(packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_ISO14443B_COMMAND: {
|
||||
SendRawCommand14443B_Ex(packet);
|
||||
case CMD_HF_ISO14443B_COMMAND: {
|
||||
iso14b_raw_cmd_t *payload = (iso14b_raw_cmd_t*)packet->data.asBytes;
|
||||
SendRawCommand14443B_Ex(payload);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_CRYPTORF_SIM : {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue