NEW lf simpsk

This commit is contained in:
marshmellow42 2015-02-21 21:36:02 -05:00
commit 872e3d4d6f
11 changed files with 216 additions and 13 deletions

View file

@ -668,7 +668,10 @@ void UsbPacketReceived(uint8_t *packet, int len)
case CMD_ASK_SIM_TAG:
CmdASKsimTag(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
case CMD_HID_CLONE_TAG:
case CMD_PSK_SIM_TAG:
CmdPSKsimTag(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes);
break;
case CMD_HID_CLONE_TAG:
CopyHIDtoT55x7(c->arg[0], c->arg[1], c->arg[2], c->d.asBytes[0]);
break;
case CMD_IO_DEMOD_FSK: