N73
This commit is contained in:
parent
55f609388d
commit
267300b800
|
@ -158,6 +158,9 @@ function onCanRx(bus, id, dlc, data)
|
||||||
relayToTcu(id, data)
|
relayToTcu(id, data)
|
||||||
elseif id == CAN_BMW_E90_COOLANT then
|
elseif id == CAN_BMW_E90_COOLANT then
|
||||||
printDebug('CAN_BMW_E90_COOLANT')
|
printDebug('CAN_BMW_E90_COOLANT')
|
||||||
|
cltByte = data[1 + 0]
|
||||||
|
mapByte = data[1 + 3]
|
||||||
|
fuelWord = getTwoBytes(data, 4, 1)
|
||||||
relayToTcu(id, data)
|
relayToTcu(id, data)
|
||||||
elseif id == CAN_BMW_E90_LOCKING then
|
elseif id == CAN_BMW_E90_LOCKING then
|
||||||
printDebug('CAN_BMW_E90_LOCKING')
|
printDebug('CAN_BMW_E90_LOCKING')
|
||||||
|
|
Loading…
Reference in New Issue