Implement replay command.

This commit is contained in:
penturalabs 2014-04-15 11:47:01 +01:00
commit c3963755b7
9 changed files with 210 additions and 168 deletions

View file

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