DBW
This commit is contained in:
parent
c36167a3e1
commit
f1ed84f67a
|
@ -48,7 +48,7 @@ function printPacket(bus, id, dlc, data)
|
||||||
print('Received ' ..arrayToString(data))
|
print('Received ' ..arrayToString(data))
|
||||||
end
|
end
|
||||||
|
|
||||||
canRxAddMask(1, 0, 0, printPacket)
|
canRxAdd(1, BASE_CAN_ID + 4, printPacket)
|
||||||
protocolPacket = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
|
protocolPacket = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
|
||||||
|
|
||||||
function onTick()
|
function onTick()
|
||||||
|
|
Loading…
Reference in New Issue