relaying TP

This commit is contained in:
rusefillc 2023-01-11 02:32:06 -05:00
parent f188e74cf5
commit 1fd56cdcfd
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ function relayFromECU(bus, id, dlc, data)
txCan(TCU_BUS, id, 0, data) -- relay non-TCU message to TCU
end
totalTcuMessages = 0
function relayFromTCU(bus, id, dlc, data)
totalTcuMessages = totalTcuMessages + 1
print("Relaying to ECU " .. id)