add HASP_USE_CUSTOM with description

This commit is contained in:
H. Árkosi Róbert 2021-10-09 12:46:06 +02:00 committed by GitHub
parent 917fe508b3
commit 1479bd1cf0
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