Updated date
This commit is contained in:
parent
4b92761bee
commit
8688131d6c
|
@ -4,7 +4,7 @@
|
||||||
* library (http://fastled.io) for driving led strips.
|
* library (http://fastled.io) for driving led strips.
|
||||||
*
|
*
|
||||||
* http://github.com/dmadison/Adalight-FastLED
|
* http://github.com/dmadison/Adalight-FastLED
|
||||||
* Last Updated: 2017-03-27
|
* Last Updated: 2017-04-08
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// --- General Settings
|
// --- General Settings
|
||||||
|
@ -152,7 +152,6 @@ void adalight(){
|
||||||
#ifdef CALIBRATE
|
#ifdef CALIBRATE
|
||||||
if(outPos < 3)
|
if(outPos < 3)
|
||||||
ledsRaw[outPos++] = c;
|
ledsRaw[outPos++] = c;
|
||||||
|
|
||||||
else{
|
else{
|
||||||
ledsRaw[outPos] = ledsRaw[outPos%3]; // Sets RGB data to first LED color
|
ledsRaw[outPos] = ledsRaw[outPos%3]; // Sets RGB data to first LED color
|
||||||
outPos++;
|
outPos++;
|
||||||
|
|
Loading…
Reference in New Issue