Skip to content

Commit

Permalink
Decreased default timeout
Browse files Browse the repository at this point in the history
2:30 is a little long, don't you think?
  • Loading branch information
dmadison committed Dec 5, 2017
1 parent 564637b commit 79edc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/LEDstream_FastLED/LEDstream_FastLED.ino
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static const uint8_t
static const unsigned long
SerialSpeed = 115200; // serial port speed
static const uint16_t
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

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

0 comments on commit 79edc69

Please sign in to comment.