mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Update battery discharge curve and current consumption for iRiver h10 5GB. Thanks to Danny Attar for measuring.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25279 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bc8b9da4d0
commit
091fc75034
3 changed files with 18 additions and 12 deletions
|
|
@ -113,6 +113,11 @@
|
|||
/* define this if the unit can be powered or charged via USB */
|
||||
#define HAVE_USB_POWER
|
||||
|
||||
/* define current usage levels */
|
||||
#define CURRENT_NORMAL 98 /* ~8.4h (820mAh) from bench with r25244 */
|
||||
#define CURRENT_BACKLIGHT 20 /* FIXME: this needs adjusting */
|
||||
#define CURRENT_RECORD 35 /* FIXME: this needs adjusting */
|
||||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
/* Define this if you have a PortalPlayer PP5020 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue