From 54398b7bd651bbe508b12c7e02bc92fb61af1365 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Jun 2021 20:14:19 +0200 Subject: [PATCH] adjust voltage divider to match 0.10 pcb layout --- esp32/include/ControllerConfiguration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp32/include/ControllerConfiguration.h b/esp32/include/ControllerConfiguration.h index 99cfe28..61f2cf3 100644 --- a/esp32/include/ControllerConfiguration.h +++ b/esp32/include/ControllerConfiguration.h @@ -83,7 +83,7 @@ #define MOIST_SENSOR_MAX_ADC (85 * 4095 / 100) #define MOIST_SENSOR_MIN_ADC (25 * 4095 / 100) -#define SOLAR_VOLT_FACTOR 2 +#define SOLAR_VOLT_FACTOR 11 #define BATTSENSOR_INDEX_SOLAR 0 #define BATTSENSOR_INDEX_BATTERY 1