From 7e778c5f49eee3a3e12722e1fe68a19cc3818b59 Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Tue, 27 May 2014 18:07:07 +0200 Subject: Samsung YH-820: enable battery monitoring The "percent_to_volt_charge" values are quite arbitrary and may need some more tweaking. Change-Id: I9f177d46681030d615fe2c2e78cf9bd2dde026af Reviewed-on: http://gerrit.rockbox.org/824 Reviewed-by: Szymon Dziok Tested: Szymon Dziok --- firmware/export/config/samsungyh820.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export/config/samsungyh820.h') diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 516b010e96..08bba1a910 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -125,9 +125,9 @@ #define AB_REPEAT_ENABLE -#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 650 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 800 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -- cgit v1.2.3