1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-21 16:02:04 +02:00

initialize all caliper values to 0.

This commit is contained in:
OliE
2018-05-13 15:44:05 +02:00
parent d8c052a63b
commit a3f642d395

View File

@@ -115,6 +115,9 @@ public class ScaleMeasurement implements Cloneable {
thigh = 0.0f; thigh = 0.0f;
biceps = 0.0f; biceps = 0.0f;
neck = 0.0f; neck = 0.0f;
caliper1 = 0.0f;
caliper2 = 0.0f;
caliper3 = 0.0f;
comment = ""; comment = "";
} }