From 83e7526828c3dfb1917290288b51a53a8c5ce46e Mon Sep 17 00:00:00 2001 From: Lorenz Nimmervoll <40146720150346@litec.ac.at> Date: Sat, 1 Feb 2020 10:18:45 +0100 Subject: [PATCH] removed option for custom patterns --- esp8266-nanoleaf-webserver.ino | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/esp8266-nanoleaf-webserver.ino b/esp8266-nanoleaf-webserver.ino index 3d02eeb..18c32a1 100644 --- a/esp8266-nanoleaf-webserver.ino +++ b/esp8266-nanoleaf-webserver.ino @@ -228,9 +228,7 @@ PatternAndNameList patterns = { { cloud2Twinkles, "Cloud 2 Twinkles" }, { oceanTwinkles, "Ocean Twinkles" }, - { showSolidColor, "Solid Color" }, - - { SetCustomPattern, "Custom Pattern"} + { showSolidColor, "Solid Color" } }; const uint8_t patternCount = ARRAY_SIZE(patterns);