From b607630ee751e0817a46998dc862f5e5ab69f7f8 Mon Sep 17 00:00:00 2001 From: Matthias Grob Date: Thu, 4 Jun 2020 18:52:41 +0200 Subject: [PATCH] battery_params: relax maximum for capacity thresholds --- src/lib/battery/battery_params_common.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/battery/battery_params_common.c b/src/lib/battery/battery_params_common.c index d0ffe0daea..0075cbf302 100644 --- a/src/lib/battery/battery_params_common.c +++ b/src/lib/battery/battery_params_common.c @@ -48,7 +48,7 @@ * @group Battery Calibration * @unit norm * @min 0.12 - * @max 0.4 + * @max 0.5 * @decimal 2 * @increment 0.01 * @reboot_required true @@ -65,7 +65,7 @@ PARAM_DEFINE_FLOAT(BAT_LOW_THR, 0.15f); * @group Battery Calibration * @unit norm * @min 0.05 - * @max 0.1 + * @max 0.25 * @decimal 2 * @increment 0.01 * @reboot_required true @@ -82,7 +82,7 @@ PARAM_DEFINE_FLOAT(BAT_CRIT_THR, 0.07f); * @group Battery Calibration * @unit norm * @min 0.03 - * @max 0.07 + * @max 0.1 * @decimal 2 * @increment 0.01 * @reboot_required true