From 4cb6aa1096123b59264fc20aaa3f0c8b1bd38206 Mon Sep 17 00:00:00 2001 From: David Madison Date: Thu, 8 Jun 2017 17:16:55 -0400 Subject: [PATCH] Removed 'max available' comment for baud rate The code works at higher baud rates. My setup, currently, runs at 250000 baud. --- 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 f189276..185592c 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -34,7 +34,7 @@ static const uint8_t // --- Serial Settings static const unsigned long - SerialSpeed = 115200; // serial port speed, max available + SerialSpeed = 115200; // serial port speed static const uint16_t SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds)