mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-25 06:46:10 +02:00
0.8.32
* added developer option to use 'syslog-server' instead of 'web-serail' #1299
This commit is contained in:
parent
e284ac5d6f
commit
a8b10eec6c
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -49,6 +49,6 @@ class DbgSyslog {
|
|||
int mSyslogSeverity = PRI_NOTICE;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif /*ENABLE_SYSLOG*/
|
||||
|
||||
#endif
|
||||
#endif /*__SYSLOG_H__*/
|
Loading…
Add table
Add a link
Reference in a new issue