HWright9 / TunerStudioOS

Arduino Operating System to Connect to Tuner Studio
GNU General Public License v3.0
9 stars 3 forks source link

CAN Rx template and new Out_TS data structure #3

Closed HWright9 closed 10 months ago

HWright9 commented 10 months ago

Added a template for recieving a can message object with diagnostics and tested this with a motec PLM. Revised the way that data is sent to Tuner studio by removing the "CurrentStatus" structure and replaced it with a Out_TS data structure union. This makes it much easier to send multiple data types (gets rid of LowByte and HighByte) and in conjunction with the .ini use of NextOffset and LastOffset, easier and quicker to insert new variables. Other small bugfixes included.