forked from len0rd/rockbox
battery capacity (1500-2400 in 50mAh steps) saved to disk
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3008 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ae1ba1d5de
commit
0bf70e65e8
5 changed files with 20 additions and 29 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#define BATTERY_LEVEL_FULL 585 /* 5.85V */
|
||||
|
||||
#define BATTERY_RANGE (BATTERY_LEVEL_FULL - BATTERY_LEVEL_EMPTY)
|
||||
#define BATTERY_CAPACITY_MAX 2400 /* max. capacity that can be selected in settings menu, min. is always 1500 */
|
||||
|
||||
#define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */
|
||||
#define POWER_AVG_N 4 /* how many samples to take for each measurement */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue