mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-29 18:52:13 +01:00
This commit is contained in:
parent
76c5d99123
commit
9c02f932f6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user