aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Zowtuk <zowtukt@gmail.com>2019-07-19 11:00:25 -0600
committerTaylor Zowtuk <zowtukt@gmail.com>2019-07-19 11:00:25 -0600
commit54c941fa88566d3d1424ccd3b7972a293c0230ce (patch)
treefbc94d8b4fbb0aad5f96439380cd4bd3da975001 /README.md
parent0e462fcff173c0e6963f3b23ecb5fbb2e59737e7 (diff)
Syntax fix and documentation of MONITOR_PARAMS
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: