mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Add boot loader compatible speed of 74880 to serial.
This commit is contained in:
@ -135,7 +135,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener {
|
|||||||
|
|
||||||
String[] serialRateStrings = {
|
String[] serialRateStrings = {
|
||||||
"300", "1200", "2400", "4800", "9600",
|
"300", "1200", "2400", "4800", "9600",
|
||||||
"19200", "38400", "57600", "115200"
|
"19200", "38400", "57600", "74880", "115200"
|
||||||
};
|
};
|
||||||
|
|
||||||
serialRates = new JComboBox();
|
serialRates = new JComboBox();
|
||||||
|
Reference in New Issue
Block a user