mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: hf mf setmod - uses NG
This commit is contained in:
parent
41acc98d87
commit
65ff4f0e92
5 changed files with 24 additions and 33 deletions
|
@ -1066,7 +1066,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
// SniffMifare(packet->oldarg[0]);
|
||||
// break;
|
||||
case CMD_MIFARE_SETMOD:
|
||||
MifareSetMod(packet->oldarg[0], packet->data.asBytes);
|
||||
MifareSetMod(packet->data.asBytes);
|
||||
break;
|
||||
//mifare desfire
|
||||
case CMD_MIFARE_DESFIRE_READBL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue