From 8688131d6cb0d4d23bcc54d71276fafa6e533bca Mon Sep 17 00:00:00 2001 From: David Madison Date: Sat, 8 Apr 2017 09:57:42 -0400 Subject: [PATCH] Updated date --- Arduino/LEDstream_FastLED/LEDstream_FastLED.ino | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index 288e30e..8a3b850 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -4,7 +4,7 @@ * library (http://fastled.io) for driving led strips. * * http://github.com/dmadison/Adalight-FastLED - * Last Updated: 2017-03-27 + * Last Updated: 2017-04-08 */ // --- General Settings @@ -152,7 +152,6 @@ void adalight(){ #ifdef CALIBRATE if(outPos < 3) ledsRaw[outPos++] = c; - else{ ledsRaw[outPos] = ledsRaw[outPos%3]; // Sets RGB data to first LED color outPos++;