mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07: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
|
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
|
-- Usage help
|
||||||
function help()
|
local function help()
|
||||||
print(desc)
|
print(desc)
|
||||||
print("Example usage")
|
print("Example usage")
|
||||||
print(example)
|
print(example)
|
||||||
end
|
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
|
-- waits for answer from pm3 device
|
||||||
local function checkCommand(command)
|
local function checkCommand(command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue