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:
Antiklesys 2023-09-10 19:09:18 +08:00
parent f29c409275
commit b57f90b524

View file

@ -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