]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
added initial test to emulate memory of mf ul tag
[proxmark3-svn] / armsrc / appmain.c
index eef208a7ef060efa60752466eeb43c00c073a12b..7fc399a6868c76749092b53d7af483cd5911d5ce 100644 (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);
Impressum, Datenschutz