Timer re-interability fix

This commit is contained in:
2021-07-31 22:01:35 +03:00
parent c2815a2d00
commit 64a2bb7eea
4 changed files with 10 additions and 4 deletions

View File

@@ -100,9 +100,12 @@
*/
#ifndef INTERVAL_CHECK_INPUT
#define INTERVAL_CHECK_INPUT 15
#define INTERVAL_CHECK_INPUT 11
#endif
#ifndef TIMER_CHECK_INPUT
#define TIMER_CHECK_INPUT 15
#endif
#ifndef INTERVAL_CHECK_SENSOR
#define INTERVAL_CHECK_SENSOR 5000
#endif