mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge branch 'master' into fpga
* master: (27 commits) fix a bug in demodParadox() added new command "4x50_wipe" added new command "4x50_wipe" added new command "4x50_wipe" added new command "4x50_wipe" added new command "4x50_wipe" added new command "4x50_wipe" added new command "4x50_wipe" fix #833 - missing some configblocks and spelling remove verichip. chg 'lf t55xx info' - detection of t55x7 configuration blocks remove disable verichip stuff. should be inside FDX already textual lf t55 configblock detection updated textual fix: missing define on some mingw chg: hf mf decrypt - helptext (thanks @AdamLaurie) Update bt_manual_v10.md textual ...
This commit is contained in:
commit
eb61524923
28 changed files with 591 additions and 314 deletions
|
@ -1023,7 +1023,10 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
em4x50_read((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
|
||||
case CMD_LF_EM4X50_WIPE: {
|
||||
em4x50_wipe((em4x50_data_t *)packet->data.asBytes);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO15693
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue