CHG: not sure if this clearCommandBuffer helps when sending usbpackages from lua scripts. Having trouble with these usbpackages in 14B code.

This commit is contained in:
iceman1001 2016-03-20 19:35:43 +01:00
parent a930542b0a
commit f400ff6519

View file

@ -78,7 +78,7 @@ end
-- nil, errormessage if unsuccessfull
local function sendToDevice(command, ignoreresponse)
core.clearCommandBuffer()
--core.clearCommandBuffer(
local err = core.SendCommand(command:getBytes())
if err then
print(err)