mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: moving
This commit is contained in:
parent
b2a5c8e33c
commit
70542749bf
1 changed files with 7 additions and 7 deletions
|
@ -33,18 +33,18 @@ Arguments:
|
|||
|
||||
local TIMEOUT = 10000 -- 10 seconds
|
||||
---
|
||||
-- This is only meant to be used when errors occur
|
||||
local function oops(err)
|
||||
print('ERROR: ',err)
|
||||
return nil,err
|
||||
end
|
||||
---
|
||||
-- Usage help
|
||||
function help()
|
||||
local function help()
|
||||
print(desc)
|
||||
print("Example usage")
|
||||
print(example)
|
||||
end
|
||||
---
|
||||
-- This is only meant to be used when errors occur
|
||||
function oops(err)
|
||||
print('ERROR: ',err)
|
||||
return nil,err
|
||||
end
|
||||
--
|
||||
-- waits for answer from pm3 device
|
||||
local function checkCommand(command)
|
||||
|
|
Loading…
Reference in a new issue