From 81d7ac1f59437ea223690d1e3f2b03d67458b07b Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Wed, 4 Jun 2025 22:41:30 +0800 Subject: [PATCH] Update iclass.c Re-added stop tracing in main loop to avoid crashes Signed-off-by: Antiklesys --- armsrc/iclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armsrc/iclass.c b/armsrc/iclass.c index 32d1b48de..17ae33ca3 100644 --- a/armsrc/iclass.c +++ b/armsrc/iclass.c @@ -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);