mirror of
https://github.com/anklimov/lighthub
synced 2025-12-10 21:59:50 +03:00
PID out, less logs, GET cfg fix, mbus concurr wrte
This commit is contained in:
@@ -220,7 +220,8 @@ enum lan_status {
|
||||
DO_READ_RE_CONFIG = 15,
|
||||
DO_NOTHING = -15,
|
||||
DO_GET = -16,
|
||||
GET = -17
|
||||
GET = -17,
|
||||
GET_IN_PROGRESS = 18
|
||||
};
|
||||
|
||||
extern lan_status lanStatus;
|
||||
|
||||
Reference in New Issue
Block a user