Add Mifare Classic EV1 set load modulation command

This commit is contained in:
angelsl
2017-03-09 21:36:19 +08:00
parent 86fdf240e0
commit ece631fd06
8 changed files with 105 additions and 0 deletions

View File

@@ -1196,6 +1196,10 @@ void UsbPacketReceived(uint8_t *packet, int len)
SniffMifare(c->arg[0]);
break;
case CMD_MIFARE_SETMOD:
MifareSetMod(c->arg[0], c->d.asBytes);
break;
//mifare desfire
case CMD_MIFARE_DESFIRE_READBL: break;
case CMD_MIFARE_DESFIRE_WRITEBL: break;