Extended iClass support with Card and Reader emulation!
This commit is contained in:
@@ -754,6 +754,12 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
||||
case CMD_SNOOP_ICLASS:
|
||||
SnoopIClass();
|
||||
break;
|
||||
case CMD_SIMULATE_TAG_ICLASS:
|
||||
SimulateIClass(c->arg[0], c->d.asBytes);
|
||||
break;
|
||||
case CMD_READER_ICLASS:
|
||||
ReaderIClass(c->arg[0]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
case CMD_SIMULATE_TAG_HF_LISTEN:
|
||||
|
||||
Reference in New Issue
Block a user