forked from len0rd/rockbox
Update runtime estimation after recent power optimizations.
Values taken from Mihail's Clip Zip, should be similar on all AMSv2 devices. Change-Id: I9432ecffea94afae224391a86f1d3fa46cd87bc0
This commit is contained in:
parent
7cb1e5ae8b
commit
18fecd9461
4 changed files with 4 additions and 4 deletions
|
@ -169,7 +169,7 @@
|
|||
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 19
|
||||
#define CURRENT_NORMAL 11
|
||||
#define CURRENT_BACKLIGHT 15
|
||||
#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@
|
|||
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 24
|
||||
#define CURRENT_NORMAL 11
|
||||
#define CURRENT_BACKLIGHT 15
|
||||
#define CURRENT_RECORD 11
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@
|
|||
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 19 /* TODO copied from clipplus */
|
||||
#define CURRENT_NORMAL 11
|
||||
#define CURRENT_BACKLIGHT 15 /* TODO copied from clipplus */
|
||||
#define CURRENT_RECORD CURRENT_NORMAL /* TODO */
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
#define HAVE_POWEROFF_WHILE_CHARGING
|
||||
|
||||
/* define current usage levels (based on battery bench) */
|
||||
#define CURRENT_NORMAL 26
|
||||
#define CURRENT_NORMAL 11
|
||||
#define CURRENT_BACKLIGHT 30
|
||||
#define CURRENT_RECORD CURRENT_NORMAL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue