Skip to content

Commit f804afe

Browse files
committed
Merge pull request #114 from Chris--A/patch-2
Add boot loader compatible speed of 74880 to serial
2 parents 6fe1cc1 + 348d03d commit f804afe

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
@@ -135,7 +135,7 @@ public void actionPerformed(ActionEvent event) {
135135

136136
String[] serialRateStrings = {
137137
"300", "1200", "2400", "4800", "9600",
138-
"19200", "38400", "57600", "115200"
138+
"19200", "38400", "57600", "74880", "115200"
139139
};
140140

141141
serialRates = new JComboBox();

0 commit comments

Comments
 (0)