From 355a7e44582cdd329deb586a40f561829181eb48 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 12 Jan 2020 17:21:19 +0100 Subject: [PATCH] noo --- armsrc/appmain.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/armsrc/appmain.c b/armsrc/appmain.c index cc66b37f4..73b9fc4a6 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -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