forked from len0rd/rockbox
Hopefully working battery display on Nanos.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9483 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23dc42ce45
commit
4a4ec511bc
1 changed files with 2 additions and 2 deletions
|
|
@ -62,9 +62,9 @@
|
|||
#define CONFIG_I2C I2C_PP5020
|
||||
|
||||
/* Type of mobile power */
|
||||
//#define CONFIG_BATTERY BATT_LIPOL1300
|
||||
#define CONFIG_BATTERY BATT_LIPOL1300
|
||||
|
||||
#define BATTERY_SCALE_FACTOR 16665 /* FIX: this value is picked at random */
|
||||
#define BATTERY_SCALE_FACTOR 5865
|
||||
|
||||
/* Define this if the platform can charge batteries */
|
||||
//#define HAVE_CHARGING 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue