From e0bf43c16b891e3d41871a8300ba5f0322c525dc Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sat, 4 Apr 2015 09:19:28 -0500 Subject: [PATCH] serialconnect: Really fix baudrate menu * Re-add removed baudrates in bc02619755 * Re-aligns menu values and *really* fixes baudrate selection. --- src/apps/serialconnect/SerialWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/serialconnect/SerialWindow.cpp b/src/apps/serialconnect/SerialWindow.cpp index caea53e4c2..1d88b31f78 100644 --- a/src/apps/serialconnect/SerialWindow.cpp +++ b/src/apps/serialconnect/SerialWindow.cpp @@ -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 };