From e69d070596f971f11eb81851332ffd81b1bbaa32 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 5 Sep 2017 10:16:37 +0200 Subject: [PATCH] fix: 'hf 15 findafi' switch off antenna afterwards --- armsrc/iso15693.c | 1 + 1 file changed, 1 insertion(+) diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c index fbe0f00fb..be96b3780 100644 --- a/armsrc/iso15693.c +++ b/armsrc/iso15693.c @@ -1059,6 +1059,7 @@ void BruteforceIso15693Afi(uint32_t speed) { } Dbprintf("AFI Bruteforcing done."); + switch_off(); } // Allows to directly send commands to the tag via the client