Add 'hf 15 csetuid' command to set UID on ISO15693 Magic tags (#842)

This commit is contained in:
t0m4 2019-07-14 12:31:33 +02:00 committed by pwpiwi
commit 096dee1784
7 changed files with 177 additions and 1 deletions

View file

@ -1158,9 +1158,14 @@ void UsbPacketReceived(uint8_t *packet, int len)
case CMD_READER_ISO_15693:
ReaderIso15693(c->arg[0]);
break;
case CMD_SIMTAG_ISO_15693:
SimTagIso15693(c->arg[0], c->d.asBytes);
break;
case CMD_CSETUID_ISO_15693:
SetTag15693Uid(c->d.asBytes);
break;
#endif
#ifdef WITH_LEGICRF