From 913e1a5e7d22b4fa8a6ee726f1422e9dcdbf622a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Thu, 18 Sep 2025 21:46:24 +0200 Subject: [PATCH] Fix battery max level --- src/example_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/example_config.h b/src/example_config.h index 7b76eff..7d09913 100644 --- a/src/example_config.h +++ b/src/example_config.h @@ -13,5 +13,5 @@ // Battery measurement #define R1 220000.0 // 220k ohms #define R2 56000.0 // 56k ohms -#define VOLTAGE_MAX 4.0 // Full battery voltage +#define VOLTAGE_MAX 4.1 // Full battery voltage #define VOLTAGE_MIN 3.0 // Empty battery voltage \ No newline at end of file