summaryrefslogtreecommitdiffstats
path: root/firmware/export/config/xduoox3.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-08-26 07:41:20 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-08-26 08:34:07 -0400
commitf791df13751d0c43a2b1ae0adb6f6bc4385c2cc3 (patch)
treeee62b4805f477e1ca31380e1db324af60a43cc44 /firmware/export/config/xduoox3.h
parent099bde885d8ef81ee3cbf96dadee72b5c5e9a8c7 (diff)
downloadrockbox-f791df1375.tar.gz
rockbox-f791df1375.zip
xduoox3: Update battery discharge curve and runtime estimates
(Brand new unit lasted one minute shy of 12 hours!) Change-Id: I0330f43065412d432a45b555bb310f943eb526e7
Diffstat (limited to 'firmware/export/config/xduoox3.h')
-rw-r--r--firmware/export/config/xduoox3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 75f9b43cb0..30f0330edd 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -116,6 +116,10 @@
#define BATTERY_CAPACITY_INC 100 /* capacity increment */
#define BATTERY_TYPES_COUNT 1 /* only one type */
+#define CURRENT_NORMAL 167 // 2.78mA * 60s
+#define CURRENT_BACKLIGHT 180 // 15mA * 60s
+#define CURRENT_MAX_CHG 500 // bursts higher if needed
+
#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
/* Hardware controlled charging with monitoring */