From 27a2eae423ce555a02b6d7a4ef165975246950f7 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 22 Jun 2022 16:13:13 +0100 Subject: [PATCH] Adjust voltage reference --- battery_tester.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery_tester.ino b/battery_tester.ino index 3b266fd..8a78fe2 100644 --- a/battery_tester.ino +++ b/battery_tester.ino @@ -2,7 +2,7 @@ #include const float APPARENT_SHUNT_RESISTANCE = 0.453; -const float VOLTAGE_REFERENCE = 2.489; +const float VOLTAGE_REFERENCE = 2.494; float ampseconds = 0; float wattseconds = 0; -- 2.44.0