reworked the 14B comms. Uses NG packets now. Most raw / apdu / write / rd got some love

This commit is contained in:
iceman1001 2024-01-16 11:37:13 +01:00
commit 70b4bee761
7 changed files with 458 additions and 464 deletions

View file

@ -1455,7 +1455,7 @@ static void PacketReceived(PacketCommandNG *packet) {
}
case CMD_HF_ISO14443B_COMMAND: {
iso14b_raw_cmd_t *payload = (iso14b_raw_cmd_t *)packet->data.asBytes;
SendRawCommand14443B_Ex(payload);
SendRawCommand14443B(payload);
break;
}
case CMD_HF_CRYPTORF_SIM : {