mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
ADD: 'lf cotag read' - COTAG can be read now.
This commit is contained in:
parent
4401050bcc
commit
5f5b83b743
9 changed files with 232 additions and 41 deletions
|
@ -1017,7 +1017,7 @@ void UsbPacketReceived(uint8_t *packet, int len)
|
|||
CopyVikingtoT55xx(c->arg[0], c->arg[1], c->arg[2]);
|
||||
break;
|
||||
case CMD_COTAG:
|
||||
Cotag();
|
||||
Cotag(c->arg[0]);
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue