JohnySeven / TWatchSK

TTGO T-Watch 2020 v1 supporting Signal K features for displaying boat data and controlling devices on board.
MIT License
9 stars 1 forks source link

In DynamicView Binding, use multiply and offset correctly. #76

Closed ba58smith closed 2 years ago

ba58smith commented 2 years ago

It was "add offset, then multiply". It should be "multiply, then add offset".

I tested this with the conversion of the watch CPU temperature from Kelvin to Fahrenheit.

Fixes Issue #75.

JohnySeven commented 2 years ago

Thanks for fixing it, merging now! 👍