added initial test to emulate memory of mf ul tag

This commit is contained in:
roel@libnfc.org 2013-03-28 14:02:00 +00:00
commit 28afbd2bee
3 changed files with 25 additions and 10 deletions

View file

@ -765,7 +765,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
ReaderIso14443a(c);
break;
case CMD_SIMULATE_TAG_ISO_14443a:
SimulateIso14443aTag(c->arg[0], c->arg[1], c->arg[2]); // ## Simulate iso14443a tag - pass tag type & UID
SimulateIso14443aTag(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes); // ## Simulate iso14443a tag - pass tag type & UID
break;
case CMD_EPA_PACE_COLLECT_NONCE:
EPA_PACE_Collect_Nonce(c);