From af5b12c8f77b241fcbaead3fbe8ac51e8c1702f2 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 30 Dec 2022 22:49:48 -0500 Subject: [PATCH] this needs work --- B6-temp.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/B6-temp.md b/B6-temp.md index ce84d849..c05ab16d 100644 --- a/B6-temp.md +++ b/B6-temp.md @@ -244,13 +244,11 @@ function onMotorInfo(bus, id, dlc, data) if (mod4 == 0 or mod4 == 2) then -- txCan(1, MOTOR_INFO, 0, canMotorInfo) - txCan(TCU_BUS, id, 0, data) + txCan(TCU_BUS, id, 0, data) elseif (mod4 == 1) then txCan(1, MOTOR_INFO, 0, canMotorInfo1) --- txCan(TCU_BUS, id, 0, data) else txCan(1, MOTOR_INFO, 0, canMotorInfo3) --- txCan(TCU_BUS, id, 0, data) end end