]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/appmain.c
(no commit message)
[proxmark3-svn] / armsrc / appmain.c
index f2ae56d850e9ee15173004ca75656c506a968525..e9e412d5ec3204bd0956b7992e5683542086d9b2 100644 (file)
@@ -792,6 +792,12 @@ void UsbPacketReceived(uint8_t *packet, int len)
                        break;
 #endif
 
+#ifdef WITH_LF
+               case CMD_HID_CLONE_TAG:
+                       CopyHIDtoT5567(c->arg[0], c->arg[1]);                                   // Clone HID tag by ID to T55x7
+                       break;
+#endif
+
                case CMD_FPGA_MAJOR_MODE_OFF:           // ## FPGA Control
                        FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
                        SpinDelay(200);
Impressum, Datenschutz