This commit is contained in:
parent
0019d180a4
commit
e77bfa4182
|
@ -160,10 +160,14 @@ void setProteusVwPassatB6() {
|
||||||
strncpy(config->luaScript, R"(
|
strncpy(config->luaScript, R"(
|
||||||
AIRBAG = 0x050
|
AIRBAG = 0x050
|
||||||
MOTOR_1 = 0x280
|
MOTOR_1 = 0x280
|
||||||
|
MOTOR_3 = 0x380
|
||||||
|
GRA = 0x388
|
||||||
TCU_1 = 0x440
|
TCU_1 = 0x440
|
||||||
TCU_2 = 0x540
|
TCU_2 = 0x540
|
||||||
BRAKE_2 = 0x5A0
|
BRAKE_2 = 0x5A0
|
||||||
MOTOR_INFO = 0x580
|
MOTOR_INFO = 0x580
|
||||||
|
MOTOR_5 = 0x480
|
||||||
|
MOTOR_6 = 0x488
|
||||||
MOTOR_7 = 0x588
|
MOTOR_7 = 0x588
|
||||||
|
|
||||||
canRxAdd(AIRBAG)
|
canRxAdd(AIRBAG)
|
||||||
|
|
Loading…
Reference in New Issue