ReRead config AVR/syslog

This commit is contained in:
2020-10-05 17:51:26 +03:00
parent a511869498
commit 11943d4fc4
2 changed files with 14 additions and 10 deletions

View File

@@ -207,7 +207,7 @@ enum lan_status {
REINIT = - 11,
DO_RECONNECT = 12,
RECONNECT = 13,
READ_RE_CONFIG = -14,
READ_RE_CONFIG = 14,
DO_NOTHING = -15
};