Skip to content

Commit af5b12c

Browse files
author
rusefillc
committed
this needs work
1 parent 674da24 commit af5b12c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

B6-temp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,11 @@ function onMotorInfo(bus, id, dlc, data)
244244
245245
if (mod4 == 0 or mod4 == 2) then
246246
-- txCan(1, MOTOR_INFO, 0, canMotorInfo)
247-
txCan(TCU_BUS, id, 0, data)
247+
txCan(TCU_BUS, id, 0, data)
248248
elseif (mod4 == 1) then
249249
txCan(1, MOTOR_INFO, 0, canMotorInfo1)
250-
-- txCan(TCU_BUS, id, 0, data)
251250
else
252251
txCan(1, MOTOR_INFO, 0, canMotorInfo3)
253-
-- txCan(TCU_BUS, id, 0, data)
254252
end
255253
end
256254

0 commit comments

Comments
 (0)