diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-15 08:16:05 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-15 12:17:30 +0000 |
commit | efe493de3d57831c5b8bf5d4f3f4cc2894adb166 (patch) | |
tree | f7a7963d3aa77019bbe67dff65d19f6b3b45116a | |
parent | 2d8e0f7c907ee0d50e6e55fc9ed5f94a43ab5d67 (diff) | |
download | rockbox-efe493de3d.tar.gz rockbox-efe493de3d.zip |
FS13274: Bump max battery capacity for iPod Videos to 3000mAh
3rd party batteries can go this high for users that have performed SSD mods.
Change-Id: Icb34ce08e5ea345bc0fdb555bd3fd8ea9cf9e0d9
-rw-r--r-- | firmware/export/config/ipodvideo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/config/ipodvideo.h b/firmware/export/config/ipodvideo.h index 4385d74fda..aec362a654 100644 --- a/firmware/export/config/ipodvideo.h +++ b/firmware/export/config/ipodvideo.h @@ -144,7 +144,8 @@ #define BATTERY_CAPACITY_DEFAULT_THICK 600 /* default battery capacity for the 60/80GB model */ #define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 1400 /* max. capacity selectable */ +#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable -- + 3rd party batteries go this high */ #define BATTERY_CAPACITY_INC 50 /* capacity increment */ #define BATTERY_TYPES_COUNT 1 /* only one type */ |