This commit is contained in:
rusefillc 2022-12-30 22:42:30 -05:00
parent 6cd183dde0
commit 674da2458c
1 changed files with 2 additions and 2 deletions

View File

@ -249,8 +249,8 @@ function onMotorInfo(bus, id, dlc, data)
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)
txCan(1, MOTOR_INFO, 0, canMotorInfo3)
-- txCan(TCU_BUS, id, 0, data)
end
end