mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: started to add a legic detection to "HF SEARCH"
This commit is contained in:
parent
f1f7430ae0
commit
3e750be37c
9 changed files with 131 additions and 69 deletions
|
@ -1064,6 +1064,10 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
case CMD_READER_LEGIC_RF:
|
||||
LegicRfReader(c->arg[0], c->arg[1], c->arg[2]);
|
||||
break;
|
||||
|
||||
case CMD_LEGIC_INFO:
|
||||
LegicRfInfo();
|
||||
break;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_ISO14443b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue