We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ae0ac commit a095d2aCopy full SHA for a095d2a
app/src/processing/app/AbstractMonitor.java
@@ -20,7 +20,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener {
20
21
private BoardPort boardPort;
22
23
- protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000"};
+ protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000", "500000", "1000000", "2000000"};
24
25
public AbstractMonitor(BoardPort boardPort) {
26
super(boardPort.getLabel());
0 commit comments