mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-14 00:53:12 +08:00
script tearoff: increase timing only if static
This commit is contained in:
parent
d3908f802e
commit
18d89f8896
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ local function main(args)
|
|||
-- increase loop
|
||||
sd = sd + n
|
||||
|
||||
if tries == 20 then
|
||||
if (tries == 20) and (n == 0) then
|
||||
tries = 0
|
||||
sd = sd + 1
|
||||
ed = ed + 1
|
||||
|
|
Loading…
Reference in a new issue