Skip to content

Commit a095d2a

Browse files
dsstuttsfacchinm
authored andcommitted
Add 500Kbps, 1Mbps and 2Mbps to the list of available serial speeds
1 parent 26ae0ac commit a095d2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/processing/app/AbstractMonitor.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener {
2020

2121
private BoardPort boardPort;
2222

23-
protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000"};
23+
protected String[] serialRateStrings = {"300", "1200", "2400", "4800", "9600", "19200", "38400", "57600", "74880", "115200", "230400", "250000", "500000", "1000000", "2000000"};
2424

2525
public AbstractMonitor(BoardPort boardPort) {
2626
super(boardPort.getLabel());

0 commit comments

Comments
 (0)