diff --git a/include/user_config_override-template.h b/include/user_config_override-template.h index 3ff39074..266f0500 100644 --- a/include/user_config_override-template.h +++ b/include/user_config_override-template.h @@ -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