Started iclass emulator support on device side. Not functional yet

This commit is contained in:
Martin Holst Swende
2015-02-14 21:30:26 +01:00
parent a4749080d9
commit e80aeb9695
3 changed files with 17 additions and 0 deletions

View File

@@ -900,6 +900,9 @@ void UsbPacketReceived(uint8_t *packet, int len)
case CMD_READER_ICLASS_REPLAY:
ReaderIClass_Replay(c->arg[0], c->d.asBytes);
break;
case CMD_ICLASS_EML_MEMSET:
emlSet(c->d.asBytes,c->arg[0], c->arg[1]);
break;
#endif
case CMD_SIMULATE_TAG_HF_LISTEN: