diff --git a/esp8266-fastled-iot-webserver.ino b/esp8266-fastled-iot-webserver.ino index bf9b95209dec47b705ab8f073433a534d2f6c344..c1d04246d516eec8d4db828661ddb3aa67c33a57 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 "Party" // Name that appears in your network, don't use whitespaces, use "-" instead +#define HOSTNAME "LEDs" // 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 (13*4) + #define NUM_LEDS 24 //#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