mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Added additional baud rates to serial monitor baud rate menu.
This commit is contained in:
parent
1c2b95f759
commit
74c0a80359
@ -657,7 +657,10 @@ public class Editor extends JFrame
|
||||
JMenuItem rbMenuItem;
|
||||
JMenuItem cbMenuItem;
|
||||
SerialRateMenuListener srml = new SerialRateMenuListener();
|
||||
String[] portRates = {"9600","19200","38400","57600","115200"};
|
||||
String[] portRates = {
|
||||
"300","1200","2400","4800","9600","14400",
|
||||
"19200","28800","38400","57600","115200"
|
||||
};
|
||||
|
||||
serialMenuListener = new SerialMenuListener();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user