mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +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
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user