fix: 'hf 15 findafi' switch off antenna afterwards

This commit is contained in:
iceman1001 2017-09-05 10:16:37 +02:00
parent f21555b1b2
commit e69d070596

View file

@ -1059,6 +1059,7 @@ void BruteforceIso15693Afi(uint32_t speed) {
} }
Dbprintf("AFI Bruteforcing done."); Dbprintf("AFI Bruteforcing done.");
switch_off();
} }
// Allows to directly send commands to the tag via the client // Allows to directly send commands to the tag via the client