chg: moving

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

View file

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