mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
noo
This commit is contained in:
parent
b4e0701f27
commit
355a7e4458
1 changed files with 2 additions and 1 deletions
|
@ -930,7 +930,8 @@ static void PacketReceived(PacketCommandNG *packet) {
|
|||
|
||||
#ifdef WITH_HITAG
|
||||
case CMD_LF_HITAG_SNIFF: { // Eavesdrop Hitag tag, args = type
|
||||
SniffHitag(packet->oldarg[0]);
|
||||
SniffHitag();
|
||||
// SniffHitag(packet->oldarg[0]);
|
||||
break;
|
||||
}
|
||||
case CMD_LF_HITAG_SIMULATE: { // Simulate Hitag tag, args = memory content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue