diff options
author | Michael Giacomelli <giac2000@hotmail.com> | 2016-04-22 22:42:05 +0200 |
---|---|---|
committer | Michael Giacomelli <giac2000@hotmail.com> | 2016-04-22 22:42:05 +0200 |
commit | 18fecd9461cda3eb0bf65b9f00a77a9f2ff79689 (patch) | |
tree | 0fcf6c2c32d7b74d1f72fb359e5ed3a98c7dff7b /firmware/export/config/sansaclipv2.h | |
parent | 7cb1e5ae8b8014edca64f1fd187f4e1e6f3e99e3 (diff) | |
download | rockbox-18fecd9461cda3eb0bf65b9f00a77a9f2ff79689.tar.gz rockbox-18fecd9461cda3eb0bf65b9f00a77a9f2ff79689.tar.bz2 rockbox-18fecd9461cda3eb0bf65b9f00a77a9f2ff79689.zip |
Update runtime estimation after recent power optimizations.
Values taken from Mihail's Clip Zip, should be similar
on all AMSv2 devices.
Change-Id: I9432ecffea94afae224391a86f1d3fa46cd87bc0
Diffstat (limited to 'firmware/export/config/sansaclipv2.h')
-rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 54f00afc04..0aa05975df 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -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 |