mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
added new command "4x50_wipe"
This commit is contained in:
parent
9d8c7a8de5
commit
76d0ecf8cf
1 changed files with 4 additions and 1 deletions
|
@ -1023,7 +1023,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
||||||
em4x50_read((em4x50_data_t *)packet->data.asBytes);
|
em4x50_read((em4x50_data_t *)packet->data.asBytes);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
case CMD_LF_EM4X50_WIPE: {
|
||||||
|
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
|
||||||
|
break;
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef WITH_ISO15693
|
#ifdef WITH_ISO15693
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue