From efe493de3d57831c5b8bf5d4f3f4cc2894adb166 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 15 Mar 2021 08:16:05 -0400 Subject: 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 --- firmware/export/config/ipodvideo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/export/config/ipodvideo.h') 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 */ -- cgit v1.2.3