aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2013-06-13 14:55:40 +0200
committerSudar <sudar@sudarmuthu.com>2013-06-13 21:02:00 +0530
commit4118af0c426f0a7270f3579fc6897089fa60b1dd (patch)
tree262c468ba894af6e221564b5657f633323a5bc75 /HISTORY.md
parentd8c357f6d6f5c15f887c8c3b5400790c71abf702 (diff)
Make serial baudrate detection work in Mac
Replace regex used for detecting serial baudrate. New regex is tested in both debian and mountain lion. fix #52 - serial monitor baudrate detection
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index e582bdf..52b9185 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -6,6 +6,7 @@ The following is the rough list of changes that went into different versions. I
### 0.10.6 (in development)
- Fix whitespace and add /dev/null redirection (https://github.com/sej7278)
- Change the way AUTO_ARDUINO_VERSION is computed (https://github.com/sej7278)
+- Make serial monitor baudrate detection work in Mac as well(https://github.com/sej7278)
### 0.10.5 (2013-06-11)
- Add USB_VID and USB_PID to CPPFLAGS only if the board is Leonardo.