From 174523ab58a6bfede3d11ee38b9288e899188584 Mon Sep 17 00:00:00 2001 From: Szymon Dziok Date: Thu, 2 Oct 2014 20:58:20 +0200 Subject: YH920: fix the battery capacity. Change-Id: I6c7a771d8f1f1284fc13f1b0d16744fa03741c43 --- firmware/export/config/samsungyh920.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index d40a065e00..f9d47008fb 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -141,9 +141,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 900 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 900 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -- cgit v1.2.3