mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07: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
|
-- increase loop
|
||||||
sd = sd + n
|
sd = sd + n
|
||||||
|
|
||||||
if tries == 20 then
|
if (tries == 20) and (n == 0) then
|
||||||
tries = 0
|
tries = 0
|
||||||
sd = sd + 1
|
sd = sd + 1
|
||||||
ed = ed + 1
|
ed = ed + 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue