OpenSourceEBike / Color_LCD

21 stars 9 forks source link

Accuracy fix for trip & odometer distances #110

Closed mdumdei closed 3 years ago

mdumdei commented 3 years ago

Added a static to hold remainder mm's for trip and odometer readings rather than having them truncated or discarded. The remainder is added back in on the next calculation pass so those mm's are not permanently lost.