diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2009-08-07 13:32:35 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2009-08-07 13:32:35 +0000 |
| commit | 0f50302b1d437496fc546d8b101df5766659ef1c (patch) | |
| tree | 8027606512f5cab41e6bb021d7ad626d780d0832 /firmware/export | |
| parent | 6e5448da22fc80e7ff882f8d26a57f48ce289f1f (diff) | |
| download | rockbox-0f50302b1d437496fc546d8b101df5766659ef1c.zip rockbox-0f50302b1d437496fc546d8b101df5766659ef1c.tar.gz rockbox-0f50302b1d437496fc546d8b101df5766659ef1c.tar.bz2 rockbox-0f50302b1d437496fc546d8b101df5766659ef1c.tar.xz | |
Samsung YH925: Support for battery monitoring and charging. Discharge curve not yet calibrated.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22194 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config-yh925.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h index bd15b5a..87b7a00 100644 --- a/firmware/export/config-yh925.h +++ b/firmware/export/config-yh925.h @@ -131,9 +131,9 @@ #define AB_REPEAT_ENABLE 1 -#define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 900 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 1150 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ |