This commit is contained in:
rusefillc 2022-08-29 10:51:18 -04:00
parent b444e400eb
commit b8b3eb20e7
1 changed files with 1 additions and 1 deletions

View File

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