mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-31 03:50:12 -07:00
Add basic communication shell for Legic RF in reader mode. Needs the new receive function of hi_read_tx.
This commit is contained in:
parent
24fe4dffb4
commit
dcc10e5e31
5 changed files with 152 additions and 0 deletions
|
@ -553,6 +553,10 @@ void UsbPacketReceived(BYTE *packet, int len)
|
|||
ReaderIso15693(c->ext1);
|
||||
break;
|
||||
|
||||
case CMD_READER_LEGIC_RF:
|
||||
LegicRfReader();
|
||||
break;
|
||||
|
||||
case CMD_SIMTAG_ISO_15693:
|
||||
SimTagIso15693(c->ext1);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue