mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-05 04:25:20 +08:00
Update hf_mf_uidbruteforce.lua
Fixed issue with how the command is run, old version is invalid as it is missing the -t
This commit is contained in:
parent
f29c409275
commit
b57f90b524
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ local function main(args)
|
|||
local c = string.format( command, n )
|
||||
print('Running: "'..c..'"')
|
||||
core.console(c)
|
||||
core.console('msleep '..timeout);
|
||||
core.console('msleep -t'..timeout);
|
||||
core.console('hw ping')
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue