mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
sync script
This commit is contained in:
parent
ab2d232689
commit
c454b1f3e6
1 changed files with 8 additions and 8 deletions
|
@ -303,17 +303,17 @@ local function main(args)
|
||||||
else
|
else
|
||||||
print(('[=] Status: failed to commit => '..ansicolors.red..'FAIL: '..ansicolors.reset..'14: %08X 15: %08X'):format(word14b, word15b))
|
print(('[=] Status: failed to commit => '..ansicolors.red..'FAIL: '..ansicolors.reset..'14: %08X 15: %08X'):format(word14b, word15b))
|
||||||
end
|
end
|
||||||
|
if auto then
|
||||||
|
n = 0
|
||||||
|
ed = sd
|
||||||
|
else
|
||||||
|
tries = 0
|
||||||
|
soon = 0
|
||||||
|
late = 0
|
||||||
|
end
|
||||||
else
|
else
|
||||||
print(('[=] Status: 15 bitflipped but inactive => '..ansicolors.yellow..'PROMISING: '..ansicolors.reset..'14: %08X 15: '..ansicolors.cyan..'%08X'..ansicolors.reset):format(word14, word15))
|
print(('[=] Status: 15 bitflipped but inactive => '..ansicolors.yellow..'PROMISING: '..ansicolors.reset..'14: %08X 15: '..ansicolors.cyan..'%08X'..ansicolors.reset):format(word14, word15))
|
||||||
end
|
end
|
||||||
if auto then
|
|
||||||
n = 0
|
|
||||||
ed = sd
|
|
||||||
else
|
|
||||||
tries = 0
|
|
||||||
soon = 0
|
|
||||||
late = 0
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if not auto then
|
if not auto then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue