1
0
Fork 0
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:
Michael Giacomelli 2016-04-22 22:42:05 +02:00
parent 7cb1e5ae8b
commit 18fecd9461
4 changed files with 4 additions and 4 deletions

View file

@ -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 */

View file

@ -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

View file

@ -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 */

View file

@ -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