mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
chg: 'sm raw' - implemented 'r' don't read reply
This commit is contained in:
parent
1a2ef57c0c
commit
36d774506c
5 changed files with 23 additions and 20 deletions
|
@ -1028,7 +1028,7 @@ void UsbPacketReceived(uint8_t *packet, int len) {
|
|||
break;
|
||||
}
|
||||
case CMD_SMART_RAW: {
|
||||
SmartCardRaw(c->arg[0], c->d.asBytes);
|
||||
SmartCardRaw(c->arg[0], c->arg[1], c->d.asBytes);
|
||||
break;
|
||||
}
|
||||
case CMD_SMART_UPLOAD: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue