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