DBW
This commit is contained in:
parent
b444e400eb
commit
b8b3eb20e7
|
@ -18,7 +18,7 @@ function setTwoBytesMsb(data, offset, value)
|
|||
data[offset + 2] = value & 0xff
|
||||
end
|
||||
|
||||
protocolPacket = { 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
|
||||
protocolPacket = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
|
||||
|
||||
function onTick()
|
||||
local ppsValue = getSensor("AcceleratorPedal")
|
||||
|
|
Loading…
Reference in New Issue