diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-16 07:33:12 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-03-16 07:33:12 +0000 |
commit | 4b7c742fbeaab964d183113d18b6abb0fc55b3b9 (patch) | |
tree | 1d0a09afe73d1feab2ad962945a74c7f95576c60 | |
parent | c3745910f184c441d23695155295eea6bdbd1019 (diff) | |
download | rockbox-4b7c742fbeaab964d183113d18b6abb0fc55b3b9.tar.gz rockbox-4b7c742fbeaab964d183113d18b6abb0fc55b3b9.zip |
Increased the maximum battery capacity
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4388 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | firmware/export/powermgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index c772195d64..72a36b04bf 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h | |||
@@ -33,7 +33,7 @@ | |||
33 | #endif | 33 | #endif |
34 | 34 | ||
35 | #define BATTERY_RANGE (BATTERY_LEVEL_FULL - BATTERY_LEVEL_EMPTY) | 35 | #define BATTERY_RANGE (BATTERY_LEVEL_FULL - BATTERY_LEVEL_EMPTY) |
36 | #define BATTERY_CAPACITY_MAX 2400 /* max. capacity that can be selected in settings menu, min. is always 1500 */ | 36 | #define BATTERY_CAPACITY_MAX 3200 /* max. capacity that can be selected in settings menu, min. is always 1500 */ |
37 | 37 | ||
38 | #define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ | 38 | #define POWER_HISTORY_LEN 2*60 /* 2 hours of samples, one per minute */ |
39 | #define POWER_AVG_N 4 /* how many samples to take for each measurement */ | 39 | #define POWER_AVG_N 4 /* how many samples to take for each measurement */ |