Skip to content

Commit ddc7be9

Browse files
author
rusefillc
committed
No error MIM
1 parent f57a5fc commit ddc7be9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

B6-temp-mim.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ canMotorInfo1= { 0x99, 0x14, 0x00, 0x7F, 0x00, 0xF0, 0x47, 0x01 }
3939
canMotorInfo3= { 0x9B, 0x14, 0x00, 0x11, 0x1F, 0xE0, 0x0C, 0x46 }
4040
motor7Data = { 0x1A, 0x66, 0x7E, 0x00, 0x00, 0x00, 0x00, 0x00 }
4141

42+
canMotorInfoTotalCounter = 0
43+
4244
VWTP_OUT = 0x200
4345
VWTP_IN = 0x202
4446
VWTP_TESTER = 0x300
@@ -140,7 +142,7 @@ local payLoadIndex = 0
140142

141143
function relayTpPayloadFromTCU(bus, id, dlc, data)
142144
totalTcuMessages = totalTcuMessages + 1
143-
-- print("Relaying to ECU " ..id ..arrayToString(data))
145+
-- print("Relaying TP ECU " ..id ..arrayToString(data))
144146
txCan(ECU_BUS, id, 0, data) -- relay non-ECU message to ECU
145147

146148

0 commit comments

Comments
 (0)