From 54c941fa88566d3d1424ccd3b7972a293c0230ce Mon Sep 17 00:00:00 2001 From: Taylor Zowtuk Date: Fri, 19 Jul 2019 11:00:25 -0600 Subject: Syntax fix and documentation of MONITOR_PARAMS --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.2.3