diff options
| author | Simon John <git@the-jedi.co.uk> | 2019-08-25 15:18:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-25 15:18:09 +0100 |
| commit | e870443f4824cbbcd560f500c6072012dd668f62 (patch) | |
| tree | a34a612f186a6024238a3881e4828f8ab51d972a /README.md | |
| parent | 0e462fcff173c0e6963f3b23ecb5fbb2e59737e7 (diff) | |
| parent | fa2146080c27cd10c9a6cf5975dd6f4c58e400a6 (diff) | |
Merge pull request #613 from TaylorZowtuk/master
Fixed syntax error of make monitor on windows/cygwin
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
