mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
added std_read command for em4x50
This commit is contained in:
parent
0a41049bf6
commit
ce5181bdc9
7 changed files with 110 additions and 6 deletions
|
@ -1126,6 +1126,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_sim((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X50_STD_READ: {
|
||||
em4x50_std_read();
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue