We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564637b commit 79edc69Copy full SHA for 79edc69
1 file changed
Arduino/LEDstream_FastLED/LEDstream_FastLED.ino
@@ -36,7 +36,7 @@ static const uint8_t
36
static const unsigned long
37
SerialSpeed = 115200; // serial port speed
38
static const uint16_t
39
- SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds), 0 to disable
+ SerialTimeout = 60; // time before LEDs are shut off if no data (in seconds), 0 to disable
40
41
// --- Optional Settings (uncomment to add)
42
#define SERIAL_FLUSH // Serial buffer cleared on LED latch
0 commit comments