From 73f50595f706a9b539fa3f011f5d7819e83b3cf6 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sun, 8 Apr 2018 20:55:40 +0200 Subject: [PATCH] Disable MQTT_HOME_ASSISTANT_SUPPORT by default --- Arduino/McLighting/definitions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 8502d77..975d027 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -15,7 +15,7 @@ const char HOSTNAME[] = "McLighting01"; // Friedly hostname //#define ENABLE_MQTT // If defined, enable MQTT client code, see: https://github.com/toblum/McLighting/wiki/MQTT-API #define ENABLE_HOMEASSISTANT // If defined, enable Homeassistant integration, ENABLE_MQTT must be active #define ENABLE_BUTTON // If defined, enable button handling code, see: https://github.com/toblum/McLighting/wiki/Button-control -#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth +//#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth #if defined(USE_NEOANIMATIONFX) and defined(USE_WS2812FX)