CHG: added possiblity to send <UID> into the "HF 15 SIM"

This commit is contained in:
iceman1001 2014-10-30 14:11:37 +01:00
commit 3649b640e6
5 changed files with 91 additions and 128 deletions

View file

@ -743,7 +743,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
ReaderIso15693(c->arg[0]);
break;
case CMD_SIMTAG_ISO_15693:
SimTagIso15693(c->arg[0]);
SimTagIso15693(c->arg[0], c->d.asBytes);
break;
#endif