serialconnect: Really fix baudrate menu

* Re-add removed baudrates in bc02619755
* Re-aligns menu values and *really* fixes
  baudrate selection.
This commit is contained in:
Alexander von Gluck IV 2015-04-04 09:19:28 -05:00
parent 4a55954f3d
commit e0bf43c16b

View File

@ -20,8 +20,8 @@
#include "TermView.h"
const int SerialWindow::kBaudrates[] = { 75, 110, 300, 1200, 2400, 4800, 9600,
19200, 31250, 38400, 57600, 115200, 230400
const int SerialWindow::kBaudrates[] = { 50, 75, 110, 134, 150, 200, 300, 600,
1200, 1800, 2400, 4800, 9600, 19200, 31250, 38400, 57600, 115200, 230400
};