mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Added standalone mode for ISO15693 cards.
This commit is contained in:
parent
41259b8991
commit
4fd4256acd
7 changed files with 103 additions and 6 deletions
|
@ -1233,7 +1233,7 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
break;
|
||||
}
|
||||
case CMD_HF_ISO15693_READER: {
|
||||
ReaderIso15693(packet->oldarg[0]);
|
||||
ReaderIso15693(packet->oldarg[0], NULL);
|
||||
break;
|
||||
}
|
||||
case CMD_HF_ISO15693_SIMULATE: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue