Merge pull request #224 from nagyrobi/patch-2

add HASP_USE_CUSTOM with description
This commit is contained in:
fvanroie 2021-10-09 20:47:29 +02:00 committed by GitHub
commit f0433f25b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,9 +123,10 @@
/***************************************************
* Other Settings
**************************************************/
//#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
//#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
#endif