diff --git a/Arduino/McLighting/definitions.h b/Arduino/McLighting/definitions.h index 7ff48a5..b843ecc 100644 --- a/Arduino/McLighting/definitions.h +++ b/Arduino/McLighting/definitions.h @@ -19,7 +19,7 @@ const char HOSTNAME[] = "McLightingRGBW01"; // Friedly hostname #define ENABLE_BUTTON // If defined, enable button handling code, see: https://github.com/toblum/McLighting/wiki/Button-control //#define ENABLE_BUTTON_GY33 // //#define MQTT_HOME_ASSISTANT_SUPPORT // If defined, use AMQTT and select Tools -> IwIP Variant -> Higher Bandwidth -//#define ENABLE_LEGACY_ANIMATIONS +#define ENABLE_LEGACY_ANIMATIONS #if defined(USE_NEOANIMATIONFX) and defined(USE_WS2812FX) #error "Cant have both NeoAnimationFX and WS2812FX enabled. Choose either one."