Removed 'max available' comment for baud rate
The code works at higher baud rates. My setup, currently, runs at 250000 baud.
This commit is contained in:
parent
84d5813852
commit
4cb6aa1096
|
@ -34,7 +34,7 @@ static const uint8_t
|
||||||
|
|
||||||
// --- Serial Settings
|
// --- Serial Settings
|
||||||
static const unsigned long
|
static const unsigned long
|
||||||
SerialSpeed = 115200; // serial port speed, max available
|
SerialSpeed = 115200; // serial port speed
|
||||||
static const uint16_t
|
static const uint16_t
|
||||||
SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds)
|
SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue