mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
em tearoff: remove early quit for detecting write phase
This commit is contained in:
parent
0d0c42a56e
commit
7562bc851a
1 changed files with 0 additions and 6 deletions
|
@ -165,12 +165,6 @@ local function main(args)
|
|||
else
|
||||
print((ansicolors.green..'Good write occurred:'..ansicolors.reset..' %08X'):format(word))
|
||||
end
|
||||
|
||||
|
||||
if res_tear == 5 then
|
||||
print(('Number of no writes %d'):format(res_nowrite))
|
||||
return oops('five times tear off, shutting down')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue