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:
@@ -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 = "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user