From f791df13751d0c43a2b1ae0adb6f6bc4385c2cc3 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 26 Aug 2020 07:41:20 -0400 Subject: xduoox3: Update battery discharge curve and runtime estimates (Brand new unit lasted one minute shy of 12 hours!) Change-Id: I0330f43065412d432a45b555bb310f943eb526e7 --- firmware/export/config/xduoox3.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export') 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 */ -- cgit