mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added new function 4x50_restore
This commit is contained in:
parent
881bdbf456
commit
4c6651b3c8
1 changed files with 4 additions and 0 deletions
|
@ -1117,6 +1117,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_watch();
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_RESTORE: {
|
||||
em4x50_restore((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue