added rtc trigger vars

This commit is contained in:
Empire 2020-11-04 21:55:51 +01:00
parent fb907f9b12
commit fd28ffcfaf

View File

@ -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