From 348d03d2421da557c03821b856ebd6d0f960c2f3 Mon Sep 17 00:00:00 2001 From: Christopher Andrews Date: Sat, 25 Apr 2015 19:16:03 +1000 Subject: [PATCH] Add boot loader compatible speed of 74880 to serial. --- app/src/processing/app/AbstractMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/AbstractMonitor.java b/app/src/processing/app/AbstractMonitor.java index 146a8c25e..03a438f5d 100644 --- a/app/src/processing/app/AbstractMonitor.java +++ b/app/src/processing/app/AbstractMonitor.java @@ -135,7 +135,7 @@ public abstract class AbstractMonitor extends JFrame implements ActionListener { String[] serialRateStrings = { "300", "1200", "2400", "4800", "9600", - "19200", "38400", "57600", "115200" + "19200", "38400", "57600", "74880", "115200" }; serialRates = new JComboBox();