kutothe / mazda-dash

A simplistic app for the Mazda Infotainment to display basic information about speed, time, etc
MIT License
7 stars 3 forks source link

idle/stationary heading #13

Open kutothe opened 7 years ago

kutothe commented 7 years ago

Idle/stationary heading always seems to say N. Look into it. Likely the way I default everything to having a value when it should be reading undefined as a blank heading. Might also readout as 0 which should readout as N. Use debug tools in car to figure it out.

kutothe commented 7 years ago

Looks like it states 0 when the car is stationary. Could potentially not update when the current speed is zero. Ignore for now.