aelveborn / Wii-Scale

Turns your Wii Balance Board into a scale and presents your weight on a responsive website. Runs Linux and works on your Raspberry Pi.
http://aelveborn.github.io/Wii-Scale/
GNU General Public License v2.0
116 stars 27 forks source link

Increase the reading precision #45

Closed rabbit52068 closed 3 years ago

rabbit52068 commented 3 years ago

First, I just want to say thank you to the dev, really like the project. Just want to know how to modify the weight number from 1 decimal place to 2 or even 3 decimal places. Thanks in advance for any help.

ribbons commented 3 years ago

The number of decimal places is currently hard-coded but it could be made configurable. I've got a half-finished patch on my fork which adds the ability to display the weights in pounds or pounds and stones which I really must finish off and submit a PR for.

rabbit52068 commented 3 years ago

Thanks @ribbons ,this helps a lot! I'll close this issue.