forked from len0rd/rockbox
Adjusted the battery scale factor a bit.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5710 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6289a4155a
commit
c07eafa7bc
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue