Add HASP_START_CONSOLE

This commit is contained in:
fvanroie 2021-07-19 00:33:03 +02:00
parent 448f37259a
commit a2c9686341
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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