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

Fixed label update issue - int type #95

Closed JohnySeven closed 2 years ago

JohnySeven commented 2 years ago

DynamicLabel had issue when SK delta value was convertable to int it would not apply offset and multiply.

Fixes #94 and adds proper handling of int JSON values.

Will merge it right the way as it's simple fix.