From ccf04c038ee8e98b052339a2849cceab2f70d1a1 Mon Sep 17 00:00:00 2001 From: NimmLor <admin@nimmervoll.work> Date: Mon, 28 Sep 2020 08:54:47 +0200 Subject: [PATCH] disabled bugged buttern #68 --- esp8266-fastled-iot-webserver.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esp8266-fastled-iot-webserver.ino b/esp8266-fastled-iot-webserver.ino index ac410ff..bf9b952 100644 --- a/esp8266-fastled-iot-webserver.ino +++ b/esp8266-fastled-iot-webserver.ino @@ -64,7 +64,7 @@ extern "C" { //#define REMOVE_VISUALIZATION // remove the comment to completly disable all udp-based visualization patterns -#define HOSTNAME "LEDs" // Name that appears in your network, don't use whitespaces, use "-" instead +#define HOSTNAME "Party" // Name that appears in your network, don't use whitespaces, use "-" instead #define DEVICE_TYPE 0 // The following types are available /* @@ -100,7 +100,7 @@ extern "C" { // Device Configuration: //---------------------------------------------------------------------------------------------------------// #if DEVICE_TYPE == 0 // Generic LED-Strip - #define NUM_LEDS 24 + #define NUM_LEDS (13*4) //#define NUM_LEDS 33 //#define NUM_LEDS 183 #define BAND_GROUPING 1 // Groups part of the band to save performance and network traffic @@ -150,7 +150,7 @@ extern "C" { #define RANDOM_AUTOPLAY_PATTERN // if enabled the next pattern for autoplay is choosen at random #define AUTOPLAY_IGNORE_UDP_PATTERNS // remove visualization patterns from autoplay - //#define ENABLE_ALEXA_SUPPORT // Espalexa library required + #define ENABLE_ALEXA_SUPPORT // Espalexa library required //#define SOUND_SENSOR_SUPPORT // allows to control the leds using a physical sound-sensor, configuration below @@ -509,7 +509,7 @@ PatternAndNameList patterns = { { rainbowBeat, "Rainbow Beat" }, { randomPaletteFades, "Palette Fades" }, { rainbowChase, "Rainbow Chase" }, - { randomDots, "Rainbow Dots" }, + //{ randomDots, "Rainbow Dots" }, // disabled see issue 68# { randomFades, "Rainbow Fades" }, { policeLights, "Police Lights" }, { glitter, "Glitter" }, -- GitLab