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

Correct logic for building graph of weights #29

Closed ribbons closed 6 years ago

ribbons commented 6 years ago

Currently the graph of weights doesn't show the correct values once there are more than 14 measurements, always displaying the first 14.

Fix the logic so that this returns all values if there are less than 15, or the latest 14 if there are 15 or more.

Resolves #23.

ribbons commented 6 years ago

Thanks @aelveborn