mirror of
https://github.com/lumapu/ahoy.git
synced 2025-06-06 04:31:37 +02:00
0.8.54
* added minimal version (without: MqTT, Display, History), WebUI is not changed! * added simulator (must be activated before compile, standard: off) * changed communication attempts back to 5
This commit is contained in:
parent
ca6ebfe0fe
commit
60111d0696
17 changed files with 421 additions and 42 deletions
|
@ -35,13 +35,5 @@
|
|||
// #define ENABLE_PROMETHEUS_EP
|
||||
|
||||
|
||||
// to enable the syslog logging (will disable web-serial)
|
||||
//#define ENABLE_SYSLOG
|
||||
#ifdef ENABLE_SYSLOG
|
||||
#define SYSLOG_HOST "<hostname-or-ip-address-of-syslog-server>"
|
||||
#define SYSLOG_APP "ahoy"
|
||||
#define SYSLOG_FACILITY FAC_USER
|
||||
#define SYSLOG_PORT 514
|
||||
#endif
|
||||
|
||||
#endif /*__CONFIG_OVERRIDE_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue