From e84ea6ab3f08f225379caf9edcb632e59915e909 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 21 Dec 2016 12:39:00 -0500 Subject: [PATCH] Changed filename reference in header comment --- Arduino/LEDstream_FastLED/LEDstream_FastLED.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index a22a7b2..82921ad 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -1,5 +1,5 @@ /* - * LEDstream_WS2812B + * LEDstream_FastLED * * Modified version of Adalight protocol that uses the FastLED * library (http://fastled.io) for driving led strips.