Skip to content

Commit 79edc69

Browse files
committed
Decreased default timeout
2:30 is a little long, don't you think?
1 parent 564637b commit 79edc69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Arduino/LEDstream_FastLED/LEDstream_FastLED.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ static const uint8_t
3636
static const unsigned long
3737
SerialSpeed = 115200; // serial port speed
3838
static const uint16_t
39-
SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds), 0 to disable
39+
SerialTimeout = 60; // time before LEDs are shut off if no data (in seconds), 0 to disable
4040

4141
// --- Optional Settings (uncomment to add)
4242
#define SERIAL_FLUSH // Serial buffer cleared on LED latch

0 commit comments

Comments
 (0)