X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/6c064e161c99ee3b1f8dc5c3731bef92980a9e35..ec09b62d8816359980166ba488ec97b2a3e15b14:/armsrc/appmain.c diff --git a/armsrc/appmain.c b/armsrc/appmain.c index f2ae56d8..e9e412d5 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -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);