* added developer option to use 'syslog-server' instead of 'web-serail' #1299
This commit is contained in:
lumapu 2023-12-29 15:12:47 +01:00
parent e284ac5d6f
commit a8b10eec6c
2 changed files with 3 additions and 2 deletions

View file

@ -3,6 +3,7 @@
## 0.8.32 - 2023-12-29
* fix `start` / `stop` / `restart` commands #1287
* added message, if profile was not read until now #1300
* added developer option to use 'syslog-server' instead of 'web-serail' #1299
## 0.8.31 - 2023-12-29
* added class to handle timeouts PR #1298

View file

@ -49,6 +49,6 @@ class DbgSyslog {
int mSyslogSeverity = PRI_NOTICE;
};
#endif
#endif /*ENABLE_SYSLOG*/
#endif
#endif /*__SYSLOG_H__*/