summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-01-30 12:21:47 +0000
committerJens Arnold <amiconn@rockbox.org>2005-01-30 12:21:47 +0000
commitc07eafa7bcc230ff0dd8d45b65bbd21e075dafb0 (patch)
treedbaaa5fc07a98567d9a492d842b68b8feec90718 /firmware/export
parent6289a4155ad68a4c303e781718ab998240d38f5f (diff)
downloadrockbox-c07eafa7bcc230ff0dd8d45b65bbd21e075dafb0.tar.gz
rockbox-c07eafa7bcc230ff0dd8d45b65bbd21e075dafb0.zip
Adjusted the battery scale factor a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5710 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h4
-rw-r--r--firmware/export/config-ondiosp.h4
2 files changed, 4 insertions, 4 deletions
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 @@
28/* Type of mobile power */ 28/* Type of mobile power */
29#define CONFIG_BATTERY BATT_3AAA_ALKALINE 29#define CONFIG_BATTERY BATT_3AAA_ALKALINE
30 30
31/* Battery scale factor (measured from Jörg's FM) */ 31/* Battery scale factor (average from 3 Ondios) */
32#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ 32#define BATTERY_SCALE_FACTOR 4735
33 33
34/* Define this if you control power on PB5 (instead of the OFF button) */ 34/* Define this if you control power on PB5 (instead of the OFF button) */
35#define HAVE_POWEROFF_ON_PB5 35#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 @@
22/* Type of mobile power */ 22/* Type of mobile power */
23#define CONFIG_BATTERY BATT_3AAA_ALKALINE 23#define CONFIG_BATTERY BATT_3AAA_ALKALINE
24 24
25/* Battery scale factor (measured from Jörg's FM) */ 25/* Battery scale factor (average from 3 Ondios) */
26#define BATTERY_SCALE_FACTOR 4785 /* 4.890V read as 0x3FE */ 26#define BATTERY_SCALE_FACTOR 4735
27 27
28/* Define this if you control power on PB5 (instead of the OFF button) */ 28/* Define this if you control power on PB5 (instead of the OFF button) */
29#define HAVE_POWEROFF_ON_PB5 29#define HAVE_POWEROFF_ON_PB5