mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -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:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user