diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-09-18 21:10:47 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-09-18 21:10:47 +0000 |
commit | 804aada500fbdf2c99b64d90ee3838c3a44cd429 (patch) | |
tree | c109eca1e5c069655a42b4a2d5a6dd3123ec4c6b | |
parent | 36427dde3f19e874bb9242699feb34ed657f71d9 (diff) | |
download | rockbox-804aada500fbdf2c99b64d90ee3838c3a44cd429.tar.gz rockbox-804aada500fbdf2c99b64d90ee3838c3a44cd429.zip |
Increase Max settable battery capacity for the H10, closes FS#7795
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14746 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/config-h10.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h index c00e365190..93ec226c50 100644 --- a/firmware/export/config-h10.h +++ b/firmware/export/config-h10.h @@ -95,8 +95,8 @@ #define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity */ #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */ -#define BATTERY_CAPACITY_INC 10 /* capacity increment */ +#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ +#define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ /* Hardware controlled charging */ |