make hf search robust to various HF configurations

This commit is contained in:
Philippe Teuwen 2019-08-03 22:14:04 +02:00
commit 25f358955b
7 changed files with 63 additions and 39 deletions

View file

@ -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);
}