remove incorrect data <10 from the graphs

This commit is contained in:
Dikay900
2018-09-01 19:28:20 +02:00
parent ece0f094eb
commit 71447d0a8f
@@ -18,7 +18,7 @@ package nodomain.freeyourgadget.gadgetbridge.activities;
public class HeartRateUtils {
public static final int MAX_HEART_RATE_VALUE = 250;
public static final int MIN_HEART_RATE_VALUE = 0;
public static final int MIN_HEART_RATE_VALUE = 10;
/**
* The maxiumum gap between two hr measurements in which
* we interpolate between the measurements. Otherwise, two