Skip to content

Commit

Permalink
0.8.32
Browse files Browse the repository at this point in the history
* added developer option to use 'syslog-server' instead of 'web-serail' #1299
  • Loading branch information
lumapu committed Dec 29, 2023
1 parent e284ac5 commit a8b10ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/utils/syslog.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ class DbgSyslog {
int mSyslogSeverity = PRI_NOTICE;
};

#endif
#endif /*ENABLE_SYSLOG*/

#endif
#endif /*__SYSLOG_H__*/

0 comments on commit a8b10ee

Please sign in to comment.