Merge pull request #2105 from Antiklesys/master

Fixed the way the time param is passed in the hf_mf_uidbruteforce.lua script
This commit is contained in:
Iceman 2023-09-10 15:16:55 +02:00 committed by GitHub
commit 914a04d4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,7 +124,7 @@ local function main(args)
local c = string.format( command, n ) local c = string.format( command, n )
print('Running: "'..c..'"') print('Running: "'..c..'"')
core.console(c) core.console(c)
core.console('msleep '..timeout); core.console('msleep -t'..timeout);
core.console('hw ping') core.console('hw ping')
end end