From 43bf39edb718aa510188b3594e583c905dea5a54 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 6 Apr 2005 23:53:19 +0000 Subject: First lame attempt to show correct battery level on the iRiver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6258 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-h100.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/export/config-h100.h') diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index d8453a96d1..5eef2c7270 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -21,9 +21,9 @@ #define CONFIG_I2C I2C_H100 /* Type of mobile power */ -#define CONFIG_BATTERY BATT_IRIVER +#define CONFIG_BATTERY BATT_LIPOL1300 -#define BATTERY_SCALE_FACTOR 6465 /* FIX: this value is picked at random */ +#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */ /* Define this if the platform can charge batteries */ #define HAVE_CHARGING 1 -- cgit v1.2.3