Decreased default timeout
2:30 is a little long, don't you think?
This commit is contained in:
parent
564637b1db
commit
79edc6911d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue