ADD: started to add a legic detection to "HF SEARCH"

This commit is contained in:
iceman1001 2016-09-26 20:01:23 +02:00
commit 3e750be37c
9 changed files with 131 additions and 69 deletions

View file

@ -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