Skip to content

Commit 9c02f93

Browse files
author
Federico Fissore
committed
Serial monitor: added 230400 and 250000 baud rates. Fixes #2796 and #341
1 parent 76c5d99 commit 9c02f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/AbstractMonitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public void actionPerformed(ActionEvent event) {
138138

139139
String[] serialRateStrings = {
140140
"300", "1200", "2400", "4800", "9600",
141-
"19200", "38400", "57600", "115200"
141+
"19200", "38400", "57600", "115200", "230400", "250000"
142142
};
143143

144144
serialRates = new JComboBox();

0 commit comments

Comments
 (0)