mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 18:57:12 +08:00
fix: 'hf 15 findafi' switch off antenna afterwards
This commit is contained in:
parent
f21555b1b2
commit
e69d070596
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue