mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Merge pull request #2856 from Antiklesys/master
hf iclass trbl bugfixes
This commit is contained in:
commit
d078680bb6
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue