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:
David Madison 2017-06-08 17:16:55 -04:00
parent 84d5813852
commit 4cb6aa1096
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ static const uint8_t
// --- Serial Settings
static const unsigned long
SerialSpeed = 115200; // serial port speed, max available
SerialSpeed = 115200; // serial port speed
static const uint16_t
SerialTimeout = 150; // time before LEDs are shut off if no data (in seconds)