forked from platformio/platformio-core
Show INT values for serial monitor hot keys
This commit is contained in:
@ -191,13 +191,13 @@ 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 ``0x1d``
|
default ``29`` (DEC)
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
--menu-char
|
--menu-char
|
||||||
|
|
||||||
ASCII code of special character that is used to control miniterm (menu),
|
ASCII code of special character that is used to control miniterm (menu),
|
||||||
default ``0x14``
|
default ``20`` (DEC)
|
||||||
|
|
||||||
.. option::
|
.. option::
|
||||||
---quiet
|
---quiet
|
||||||
|
Reference in New Issue
Block a user