From 4a126e18ed4c6dc26ef86a49db3d9882d8b785d4 Mon Sep 17 00:00:00 2001 From: Anton Maklakov Date: Sat, 13 Oct 2018 15:26:59 +0800 Subject: [PATCH] docs: Correct Linux port names for more relevance --- docs/en/get-started/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/get-started/index.rst b/docs/en/get-started/index.rst index 38b06dc482..1fa8dfa3e9 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -326,7 +326,7 @@ Some environment variables can be specified whilst calling ``make`` allowing use +=================+==============================================================+ | ``ESPPORT`` | Overrides the serial port used in ``flash`` and ``monitor``. | | | | -| | Examples: ``make flash ESPPORT=/dev/tty/USB0``, | +| | Examples: ``make flash ESPPORT=/dev/ttyUSB1``, | | | ``make monitor ESPPORT=COM1`` | +-----------------+--------------------------------------------------------------+ | ``ESPBAUD`` | Overrides the serial baud rate when flashing the ESP32. | @@ -339,7 +339,7 @@ Some environment variables can be specified whilst calling ``make`` allowing use +-----------------+--------------------------------------------------------------+ .. note:: - Users can export environment variables (e.g. ``export ESPPORT=/dev/tty/USB0``). + Users can export environment variables (e.g. ``export ESPPORT=/dev/ttyUSB1``). All subsequent calls of ``make`` within the same terminal session will use the exported value given that the variable is not simultaneously overridden.