Updated date

This commit is contained in:
David Madison 2017-04-08 09:57:42 -04:00
parent 4b92761bee
commit 8688131d6c
1 changed files with 1 additions and 2 deletions

View File

@ -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++;