From 7f4ca01b3d4517e87dc0d465ea360414c3cc1030 Mon Sep 17 00:00:00 2001 From: Greg White Date: Sun, 14 Jan 2007 14:12:48 +0000 Subject: Update battery capacity and discharge tables to reflect current battery benchmarks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12010 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-gigabeat.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index 3dbdadf621..a12322ef4c 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -65,7 +65,7 @@ /* Define this if you have the WM8975 audio codec */ #define HAVE_WM8751 -#define BATTERY_CAPACITY_DEFAULT 830 /* default battery capacity */ +#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ #ifndef SIMULATOR @@ -80,8 +80,8 @@ /* Type of mobile power - check this out */ #define CONFIG_BATTERY BATT_LIION830 /* could change this later */ -#define BATTERY_CAPACITY_MIN 750 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 850 /* max. capacity selectable */ +#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 2500 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 25 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ -- cgit v1.2.3