added rtc trigger vars
This commit is contained in:
parent
fb907f9b12
commit
fd28ffcfaf
@ -61,4 +61,9 @@
|
|||||||
#define PANIK_MODE_DEEPSLEEP (60*60*5U) /**< 5 hours in usecond */
|
#define PANIK_MODE_DEEPSLEEP (60*60*5U) /**< 5 hours in usecond */
|
||||||
#define PANIK_MODE_DEEPSLEEP_US (PANIK_MODE_DEEPSLEEP*1000*1000)
|
#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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user