mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
make hf search robust to various HF configurations
This commit is contained in:
parent
4a3fb3ccf1
commit
25f358955b
7 changed files with 63 additions and 39 deletions
|
@ -32,7 +32,7 @@ void ReadThinFilm(void) {
|
|||
bool status = GetIso14443aAnswerFromTag_Thinfilm(buf, &len);
|
||||
reply_ng(CMD_HF_THINFILM_READ, status ? PM3_SUCCESS : PM3_ENODATA, buf, len);
|
||||
|
||||
iso14443a_off();
|
||||
hf_field_off();
|
||||
set_tracing(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue