From 2914a0c7a144c2565c8699a97762d9da9ed18c1c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 Jul 2022 11:48:43 +0200 Subject: [PATCH] slightly adjust range for better precision --- 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 3d0ac5e..20e47e7 100644 --- a/esp32/include/ControllerConfiguration.h +++ b/esp32/include/ControllerConfiguration.h @@ -98,7 +98,7 @@ #define MOIST_SENSOR_MIN_FRQ 500 // 0.5kHz (500Hz margin) #define ANALOG_SENSOR_MAX_MV 1300 //successive approximation of good range -#define ANALOG_SENSOR_MIN_MV 300 //successive approximation of good range +#define ANALOG_SENSOR_MIN_MV 100 //successive approximation of good range #define SOLAR_VOLT_FACTOR 11 #define BATTSENSOR_INDEX_SOLAR 0