mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
lf em 4x70 writekey
--> lf em 4x70 setkey
This commit is contained in:
parent
ba83ac065e
commit
cc2bae2f4d
9 changed files with 91 additions and 91 deletions
|
@ -1253,7 +1253,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x70_write_pin((em4x70_data_t *)packet->data.asBytes, true);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X70_WRITEKEY: {
|
||||
case CMD_LF_EM4X70_SETKEY: {
|
||||
em4x70_write_key((em4x70_data_t *)packet->data.asBytes, true);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue