Serial monitor: added 230400 and 250000 baud rates. Fixes #2796 and #341

This commit is contained in:
Federico Fissore 2015-05-22 09:44:44 +02:00
parent 76c5d99123
commit 9c02f932f6
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener {
String[] serialRateStrings = {
"300", "1200", "2400", "4800", "9600",
"19200", "38400", "57600", "115200"
"19200", "38400", "57600", "115200", "230400", "250000"
};
serialRates = new JComboBox();