mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
lf em 4x70 writepin
--> lf em 4x70 setpin
This commit is contained in:
parent
2cac75d8bd
commit
ba83ac065e
8 changed files with 26 additions and 26 deletions
|
@ -1249,7 +1249,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x70_auth((em4x70_data_t *)packet->data.asBytes, true);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X70_WRITEPIN: {
|
||||
case CMD_LF_EM4X70_SETPIN: {
|
||||
em4x70_write_pin((em4x70_data_t *)packet->data.asBytes, true);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue