From 1a47cfc93847687611d424a6e22623f4d3b4567a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 18 Dec 2015 12:18:25 +0200 Subject: [PATCH] Show INT values for serial monitor hot keys --- docs/userguide/cmd_serialports.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide/cmd_serialports.rst b/docs/userguide/cmd_serialports.rst index 8cea3be5..2c985ff3 100644 --- a/docs/userguide/cmd_serialports.rst +++ b/docs/userguide/cmd_serialports.rst @@ -191,13 +191,13 @@ Do not apply any encodings/transformations --exit-char ASCII code of special character that is used to exit the application, -default ``0x1d`` +default ``29`` (DEC) .. option:: --menu-char ASCII code of special character that is used to control miniterm (menu), -default ``0x14`` +default ``20`` (DEC) .. option:: ---quiet