mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-20 09:46:34 +00:00
Add HASP_START_CONSOLE
This commit is contained in:
parent
448f37259a
commit
a2c9686341
@ -54,6 +54,10 @@
|
||||
#define MQTT_NODENAME "plate"
|
||||
#endif
|
||||
|
||||
#ifndef HASP_START_CONSOLE
|
||||
#define HASP_START_CONSOLE 1
|
||||
#endif
|
||||
|
||||
#ifndef HASP_USE_HTTP
|
||||
#define HASP_USE_HTTP (HASP_HAS_NETWORK)
|
||||
#endif
|
||||
|
@ -124,6 +124,7 @@
|
||||
* Other Settings
|
||||
**************************************************/
|
||||
//#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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user