mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: lf t55xx write - now uses NG frames.
This commit is contained in:
parent
09afadc965
commit
d2a4ade2af
15 changed files with 159 additions and 73 deletions
|
@ -820,7 +820,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
}
|
||||
case CMD_T55XX_WRITE_BLOCK:
|
||||
T55xxWriteBlock(packet->oldarg[0], packet->oldarg[1], packet->oldarg[2], packet->data.asBytes[0]);
|
||||
// uses NG format
|
||||
T55xxWriteBlock(packet->data.asBytes);
|
||||
break;
|
||||
case CMD_T55XX_WAKEUP:
|
||||
T55xxWakeUp(packet->oldarg[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue