From a52eb1d8cc05e22d31d7a667a73341556b6347bb Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Wed, 26 Aug 2020 13:55:14 -0400 Subject: 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 --- firmware/export/config/xduoox3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/xduoox3.h') 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 @@ #define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ #define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 100 /* capacity increment */ -#define BATTERY_TYPES_COUNT 1 /* only one type */ +#define BATTERY_TYPES_COUNT 2 /* Two types (2000mAh and 1500mAh) */ #define CURRENT_NORMAL 167 // 2.78mA * 60s #define CURRENT_BACKLIGHT 180 // 15mA * 60s -- cgit v1.2.3