From fd28ffcfafefaf514af9c5eca614a96b37a41cf9 Mon Sep 17 00:00:00 2001 From: Empire Date: Wed, 4 Nov 2020 21:55:51 +0100 Subject: [PATCH] added rtc trigger vars --- esp32/include/ControllerConfiguration.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/esp32/include/ControllerConfiguration.h b/esp32/include/ControllerConfiguration.h index e06c6b9..e124079 100644 --- a/esp32/include/ControllerConfiguration.h +++ b/esp32/include/ControllerConfiguration.h @@ -61,4 +61,9 @@ #define PANIK_MODE_DEEPSLEEP (60*60*5U) /**< 5 hours in usecond */ #define PANIK_MODE_DEEPSLEEP_US (PANIK_MODE_DEEPSLEEP*1000*1000) +#define TEMPERATURE_DELTA_TRIGGER_IN_C 1 +#define MOIST_DELTA_TRIGGER_ADC 1337 +#define SOLAR_DELTA_VOLT_ADC 3 +#define LIPO_DELTA_VOLT_ADC 0.2 + #endif