mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
EM4x70 write support
This commit is contained in:
parent
ac1081fdfb
commit
4c52fac9e1
7 changed files with 282 additions and 110 deletions
|
@ -1170,6 +1170,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x70_info((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_EM4X70_WRITE: {
|
||||
em4x70_write((em4x70_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue