Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 348d03d

Browse files
committed
Add boot loader compatible speed of 74880 to serial.
1 parent 86bf010 commit 348d03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎app/src/processing/app/AbstractMonitor.java‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /