1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 20:10:15 +02:00

remove incorrect data <10 from the graphs

This commit is contained in:
Dikay900 2018-07-29 12:06:27 +02:00
parent ece0f094eb
commit 71447d0a8f

View File

@ -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