Add HASP_USE_SYSLOG and HASP_USE_MDNS

This commit is contained in:
fvanroie 2022-07-08 20:12:55 +02:00
parent 645d2e851c
commit 73de02d026

View File

@ -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