mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 01:34:42 +00:00
Merge pull request #2856 from Antiklesys/master
hf iclass trbl bugfixes
This commit is contained in:
@@ -3192,6 +3192,14 @@ out:
|
||||
if (setDeviceDebugLevel(verbose ? MAX(dbg_curr, DBG_INFO) : DBG_NONE, false) != PM3_SUCCESS) {
|
||||
return PM3_EFAILED;
|
||||
}
|
||||
// disable tearoff in case of keyboard abort, or it'll trigger on next operation
|
||||
clearCommandBuffer();
|
||||
tearoff_params_t params = {
|
||||
.delay_us = tearoff_start,
|
||||
.on = false,
|
||||
.off = true
|
||||
};
|
||||
handle_tearoff(¶ms, false);
|
||||
PrintAndLogEx(NORMAL, "");
|
||||
return isok;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user