mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03: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:
@@ -232,7 +232,8 @@ enum lan_status {
|
||||
DO_NOTHING = -15,
|
||||
DO_GET = -16,
|
||||
GET = -17,
|
||||
GET_IN_PROGRESS = 18
|
||||
GET_IN_PROGRESS = 18,
|
||||
AWAITING_CONFIG = 19
|
||||
};
|
||||
|
||||
extern lan_status lanStatus;
|
||||
|
||||
Reference in New Issue
Block a user