From 804aada500fbdf2c99b64d90ee3838c3a44cd429 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 18 Sep 2007 21:10:47 +0000 Subject: Increase Max settable battery capacity for the H10, closes FS#7795 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14746 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h10.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index c00e365190..93ec226c50 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -95,8 +95,8 @@ #define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 10 /* capacity increment */ +#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging */ -- cgit v1.2.3