Add HASP_START_TELNET and HASP_START_HTTP

This commit is contained in:
fvanroie 2021-07-18 18:00:42 +02:00
parent 446a0357d2
commit d194d7f04f

View File

@ -124,5 +124,7 @@
* Other Settings
**************************************************/
//#define HASP_USE_HA // Enable Home Assistant auto-discovery
//#define HASP_START_TELNET 0 // Disable starting of telnet service at boot
//#define HASP_START_HTTP 0 // Disable starting of web interface at boot
#endif