mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Add HASP_USE_SYSLOG and HASP_USE_MDNS
This commit is contained in:
parent
645d2e851c
commit
73de02d026
@ -51,6 +51,7 @@
|
||||
/***************************************************
|
||||
* Syslog Settings
|
||||
**************************************************/
|
||||
#define HASP_USE_SYSLOG 0
|
||||
#define SYSLOG_SERVER ""
|
||||
#define SYSLOG_PORT 514
|
||||
#define APP_NAME "HASP"
|
||||
@ -144,6 +145,7 @@
|
||||
/***************************************************
|
||||
* Other Settings
|
||||
**************************************************/
|
||||
//#define HASP_USE_MDNS 0 // Disable MDNS
|
||||
//#define HASP_USE_CUSTOM 1 // Enable compilation of custom code from /src/custom
|
||||
//#define HASP_USE_HA // Enable Home Assistant auto-discovery
|
||||
//#define HASP_START_CONSOLE 0 // Disable starting of serial console at boot
|
||||
|
Loading…
x
Reference in New Issue
Block a user