Stm32-vcu icon indicating copy to clipboard operation
Stm32-vcu copied to clipboard

Improvement: Add a framework to support various Heartbeat can messages

Open jamiejones85 opened this issue 2 years ago • 0 comments

Most HV components require a heartbeat type message, 0x285 for example with Outlander stuff. The current code setup will duplicate this message if multiple components are used.

E.G. Outlander Charger and Outlander Inverter. Both modules send out 0x285. Ideally the VCU would send this only once to each required can bus at the required intervals.

jamiejones85 avatar Nov 01 '23 06:11 jamiejones85