From c07eafa7bcc230ff0dd8d45b65bbd21e075dafb0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 30 Jan 2005 12:21:47 +0000 Subject: Adjusted the battery scale factor a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5710 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ondiofm.h | 4 ++-- firmware/export/config-ondiosp.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index b6f105221a..99d4c483ea 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -28,8 +28,8 @@ /* Type of mobile power */ #define CONFIG_BATTERY BATT_3AAA_ALKALINE -/* Battery scale factor (measured from Jörg's FM) */ -#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ +/* Battery scale factor (average from 3 Ondios) */ +#define BATTERY_SCALE_FACTOR 4735 /* Define this if you control power on PB5 (instead of the OFF button) */ #define HAVE_POWEROFF_ON_PB5 diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 59184a4dee..41bc83bf60 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -22,8 +22,8 @@ /* Type of mobile power */ #define CONFIG_BATTERY BATT_3AAA_ALKALINE -/* Battery scale factor (measured from Jörg's FM) */ -#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ +/* Battery scale factor (average from 3 Ondios) */ +#define BATTERY_SCALE_FACTOR 4735 /* Define this if you control power on PB5 (instead of the OFF button) */ #define HAVE_POWEROFF_ON_PB5 -- cgit v1.2.3