mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
Update iclass.c
Re-added stop tracing in main loop to avoid crashes Signed-off-by: Antiklesys <syselkitna@gmail.com>
This commit is contained in:
parent
a5ee3f50b6
commit
81d7ac1f59
1 changed files with 1 additions and 1 deletions
|
@ -2747,7 +2747,7 @@ void iClass_Recover(iclass_recover_req_t *msg) {
|
|||
while (!card_select || !card_auth) {
|
||||
|
||||
Iso15693InitReader(); //has to be at the top as it starts tracing
|
||||
|
||||
set_tracing(false); //disable tracing to prevent crashes - set to true for debugging
|
||||
//Step0 Card Select Routine
|
||||
eof_time = 0; //reset eof time
|
||||
res = select_iclass_tag(&hdr, false, &eof_time, shallow_mod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue