chg: moving

This commit is contained in:
iceman1001 2017-12-21 10:15:10 +01:00
commit 70542749bf

View file

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