From 87ddba7af74c4d4e853124822a4c7e4eb66de928 Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Sun, 19 Sep 2021 14:27:39 +0200 Subject: [PATCH] Recalibrate using Voltcraft VC-523SE multimeter --- src/calibration.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/calibration.h b/src/calibration.h index 6fdd9cd..e0523cb 100644 --- a/src/calibration.h +++ b/src/calibration.h @@ -6,9 +6,9 @@ * than the actual voltage, you have to scale by 1.02 and therefore specify * 1020 in this list. */ -#define CAL_FACTOR_U_BAT 1000 -#define CAL_FACTOR_U_SOLAR 1002 -#define CAL_FACTOR_U_SW 1005 +#define CAL_FACTOR_U_BAT 994 +#define CAL_FACTOR_U_SOLAR 997 +#define CAL_FACTOR_U_SW 996 #define CAL_FACTOR_I_SOLAR 1015 #define CAL_FACTOR_I_LOAD 1000