aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Whittington <git@jbrengineering.co.uk>2020-02-24 09:57:13 +0100
committerJohn Whittington <git@jbrengineering.co.uk>2020-02-24 09:57:13 +0100
commit93b251a4e1379378d07f2607c7f15b44e2c545a4 (patch)
tree3bb1140c8994809eaf1b8681f21b1d9769d64dc9 /README.md
parent62caf00a157d410b98f93c3d9c4cf543d85b00b0 (diff)
parente870443f4824cbbcd560f500c6072012dd668f62 (diff)
Merge branch 'master' of https://github.com/sudar/Arduino-Makefile into HEAD
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e2f0fae..cab5d19 100644
--- a/README.md
+++ b/README.md
@@ -131,7 +131,7 @@ sudo port install py27-serial
On Windows:
-You need to install Cygwin and its packages for Make, Perl and the following Serial library.
+You need to install Cygwin and its packages for Make, Perl, Python2 and the following Serial library.
Assuming you included Python in your Cygwin installation:
@@ -226,7 +226,7 @@ On Windows (using MSYS and PuTTY), you might want to set the following extra par
```make
MONITOR_CMD = putty
- MONITOR_PARMS = 8,1,n,N
+ MONITOR_PARAMS = 8,1,n,N
```
On Arduino 1.5+ installs, you should set the architecture to either `avr` or `sam` and if using a submenu CPU type, then also set that: