Add example with "Ctrl+Q" to serial ports monitor as exit key // Resolve #386

This commit is contained in:
Ivan Kravets
2015-12-22 20:28:37 +02:00
parent 6d0b1a8106
commit 943d16bcf8

View File

@ -191,7 +191,10 @@ Do not apply any encodings/transformations
--exit-char
ASCII code of special character that is used to exit the application,
default ``29`` (DEC)
default ``29`` (DEC).
For example, to use ``Ctrl+Q`` run
``platformio serialports monitor --exit-char 17``.
.. option::
--menu-char