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 /arduino-mk-vars.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 'arduino-mk-vars.md')
| -rw-r--r-- | arduino-mk-vars.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arduino-mk-vars.md b/arduino-mk-vars.md index 85fbd9f..f173ac2 100644 --- a/arduino-mk-vars.md +++ b/arduino-mk-vars.md @@ -1249,6 +1249,24 @@ MONITOR_CMD = minicom ---- +### MONITOR_PARAMS + +**Description:** + +Additional parameters for the putty -sercfg command line argument. + +Interpreted as a comma-separated list of configuration options. + +**Example:** + +```Makefile +MONITOR_PARAMS = 8,1,n,N +``` + +**Requirement:** *Optional* + +---- + ### PRE_BUILD_HOOK **Description:** |
