summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/ipod6g.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h
index cb3ab31139..fdf7e8e516 100644
--- a/firmware/export/config/ipod6g.h
+++ b/firmware/export/config/ipod6g.h
@@ -139,10 +139,14 @@
139/* The number of bytes reserved for loadable plugins */ 139/* The number of bytes reserved for loadable plugins */
140#define PLUGIN_BUFFER_SIZE 0x80000 140#define PLUGIN_BUFFER_SIZE 0x80000
141 141
142/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb) which has a standard battery of 850mAh */ 142/* 6g has a standard battery of 550mAh, except for the thick 6g (2007 160gb)
143 * which has a standard battery of 850mAh.
144 *
145 * It's possible to buy 3rd party batteries up to 3000mAh.
146 */
143#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */ 147#define BATTERY_CAPACITY_DEFAULT 550 /* default battery capacity */
144#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */ 148#define BATTERY_CAPACITY_MIN 300 /* min. capacity selectable */
145#define BATTERY_CAPACITY_MAX 1000 /* max. capacity selectable */ 149#define BATTERY_CAPACITY_MAX 3000 /* max. capacity selectable */
146#define BATTERY_CAPACITY_INC 10 /* capacity increment */ 150#define BATTERY_CAPACITY_INC 10 /* capacity increment */
147#define BATTERY_TYPES_COUNT 1 /* only one type */ 151#define BATTERY_TYPES_COUNT 1 /* only one type */
148 152