mirror of
https://github.com/anklimov/lighthub
synced 2026-05-02 20:16:55 +00:00
Ultrasonic sensor added
CAN driver logic/relability improved string -> itemCmd functionality added, cold boot w/o config procedure improved
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
#define TIMEOUT_REINIT 5000UL
|
||||
#define TIMEOUT_RELOAD 30000UL
|
||||
#define TIMEOUT_RETAIN 8000UL
|
||||
#define TIMEOUT_REINIT_NOT_CONFIGURED 120000UL
|
||||
#define INTERVAL_1W 5000UL
|
||||
#define PERIOD_THERMOSTAT_FAILED (600 * 1000UL)
|
||||
|
||||
@@ -120,6 +121,8 @@
|
||||
#define INTERVAL_CHECK_INPUT 11
|
||||
#endif
|
||||
|
||||
#define INTERVAL_CHECK_ULTRASONIC 100
|
||||
|
||||
#ifndef TIMER_CHECK_INPUT
|
||||
#define TIMER_CHECK_INPUT 15
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user