summaryrefslogtreecommitdiff
path: root/firmware/export/config/xduoox3.h
diff options
context:
space:
mode:
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 @@
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 1 /* only one type */
118 118
119#define CURRENT_NORMAL 167 // 2.78mA * 60s
120#define CURRENT_BACKLIGHT 180 // 15mA * 60s
121#define CURRENT_MAX_CHG 500 // bursts higher if needed
122
119#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE 123#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
120 124
121/* Hardware controlled charging with monitoring */ 125/* Hardware controlled charging with monitoring */