summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox3.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-08-26 13:55:14 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-08-26 18:18:02 +0000
commita52eb1d8cc05e22d31d7a667a73341556b6347bb (patch)
tree7383856410e1c232ba38f47cf0bb4a6e40f5fc5b /firmware/export/config/xduoox3.h
parentf4bf27c26e49f7e476b4cde5d52c5b9c791638fe (diff)
downloadrockbox-a52eb1d8cc05e22d31d7a667a73341556b6347bb.tar.gz
rockbox-a52eb1d8cc05e22d31d7a667a73341556b6347bb.zip
xduoox3: Include curves for both battery types
There is no way to detect this at runtime so it is a user setting Change-Id: Ibc5b87312238c59e3678d512af27e3a3bcb9a58a
Diffstat (limited to 'firmware/export/config/xduoox3.h')
-rw-r--r--firmware/export/config/xduoox3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/xduoox3.h b/firmware/export/config/xduoox3.h
index 30f0330edd..18d396a515 100644
--- a/firmware/export/config/xduoox3.h
+++ b/firmware/export/config/xduoox3.h
@@ -114,7 +114,7 @@
114#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 114#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
115#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */ 115#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */
116#define BATTERY_CAPACITY_INC 100 /* capacity increment */ 116#define BATTERY_CAPACITY_INC 100 /* capacity increment */
117#define BATTERY_TYPES_COUNT 1 /* only one type */ 117#define BATTERY_TYPES_COUNT 2 /* Two types (2000mAh and 1500mAh) */
118 118
119#define CURRENT_NORMAL 167 // 2.78mA * 60s 119#define CURRENT_NORMAL 167 // 2.78mA * 60s
120#define CURRENT_BACKLIGHT 180 // 15mA * 60s 120#define CURRENT_BACKLIGHT 180 // 15mA * 60s