From 3b6a609ade0c945335c3624fc776f23b41859002 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Tue, 16 Jul 2024 05:01:41 +0200 Subject: [PATCH] Add 3500mAh support --- helper/battery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/battery.c b/helper/battery.c index 18ef120..99163b1 100644 --- a/helper/battery.c +++ b/helper/battery.c @@ -75,7 +75,7 @@ const uint16_t Voltage2PercentageTable[][7][3] = { {826, 95 }, {750, 50 }, {700, 25 }, - {610, 5 }, + {620, 5 }, {600, 0 }, {0, 0 }, },