PID out, less logs, GET cfg fix, mbus concurr wrte

This commit is contained in:
2024-01-28 12:05:10 +03:00
parent 5ec57f0414
commit 05ea031977
6 changed files with 40 additions and 22 deletions

View File

@@ -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;