mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix lau scripts renaming
This commit is contained in:
parent
6414e00f37
commit
610b456a97
17 changed files with 35 additions and 35 deletions
|
@ -60,7 +60,7 @@ end
|
|||
-- waits for answer from pm3 device
|
||||
local function checkCommand(response)
|
||||
if not response then
|
||||
print("Timeout while waiting for response. Increase TIMEOUT in mfckeys.lua to wait longer")
|
||||
print("Timeout while waiting for response. Increase TIMEOUT in hf_mf_keycheck.lua to wait longer")
|
||||
return nil, "Timeout while waiting for device to respond"
|
||||
end
|
||||
|
||||
|
@ -237,7 +237,7 @@ local function perform_check(uid, numsectors)
|
|||
|
||||
local end_time = os.time()
|
||||
print('')
|
||||
print('[+] mfckeys - Checkkey execution time: '..os.difftime(end_time, start_time)..' sec')
|
||||
print('[+] hf_mf_keycheck - Checkkey execution time: '..os.difftime(end_time, start_time)..' sec')
|
||||
|
||||
core.fast_push_mode(false)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue