mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added function reset
This commit is contained in:
parent
a308fc692b
commit
c20ab4ca20
7 changed files with 101 additions and 29 deletions
|
@ -1045,6 +1045,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_login((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_RESET: {
|
||||
em4x50_reset();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue