mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
Relocated write requests in function 4x50_restore from device to client
This commit is contained in:
parent
d546936f5c
commit
6876ff2f04
5 changed files with 26 additions and 98 deletions
|
@ -1122,10 +1122,6 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_login((uint32_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_RESTORE: {
|
||||
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_SIM: {
|
||||
em4x50_sim();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue