This commit is contained in:
rusefillc 2023-07-21 09:47:39 -04:00
parent c4833a3a26
commit 13a9cc0e99
1 changed files with 6 additions and 1 deletions

View File

@ -34,10 +34,14 @@ function onTick()
txCan(1, 0xcf00400, 1, data)
data = {0xc0, 0xff, 0x3f, 0xff, 0xff, 0x1, 0xb, 0xfc}
txCan(1, 0x18f0010b, 1, data)
-- FE4F Vehicle Dynamic Stability Control 1
data = {0xf4, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
txCan(1, 0x18fe4f0b, 1, data)
data = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1c, 0x14}
txCan(1, 0xcff270b, 1, data)
-- FEF1 Cruise Control/Vehicle Speed 1
data = {0x3f, 0x0, 0x0, 0xcf, 0xff, 0xff, 0xdf, 0x2f}
txCan(1, 0x18fef10b, 1, data)
data = {0x3, 0x7d, 0xfd, 0x7c, 0xd7, 0x7f, 0xff, 0xff}
@ -47,9 +51,10 @@ function onTick()
txCan(1, 0x18ff6d00, 1, data)
data = {0xff, 0xff, 0xff, 0xff, 0x7f, 0xfc, 0xff, 0xff}
txCan(1, 0x10ff6500, 1, data)
-- FEFC Dash Display 1
data = {0xff, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
txCan(1, 0x18fefc00, 1, data)
-- FEF7 Vehicle Electrical Power 1
data = {0xff, 0xff, 0xff, 0xff, 0x22, 0x1, 0xff, 0xff}
txCan(1, 0x18fef700, 1, data)
data = {0x38, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}