mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Add example with "Ctrl+Q" to serial ports monitor as exit key // Resolve #386
This commit is contained in:
@ -191,7 +191,10 @@ Do not apply any encodings/transformations
|
|||||||
--exit-char
|
--exit-char
|
||||||
|
|
||||||
ASCII code of special character that is used to exit the application,
|
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::
|
.. option::
|
||||||
--menu-char
|
--menu-char
|
||||||
|
Reference in New Issue
Block a user