]> granicus.if.org Git - esp-idf/commitdiff
docs: Correct Linux port names for more relevance
authorAnton Maklakov <anton@espressif.com>
Sat, 13 Oct 2018 07:26:59 +0000 (15:26 +0800)
committerAnton Maklakov <anton@espressif.com>
Sun, 21 Oct 2018 07:11:45 +0000 (15:11 +0800)
docs/en/get-started/index.rst

index 38b06dc482c4dc3516140e6c0e5795da03701901..1fa8dfa3e988448a7ff948718db6733a1ad2fc3a 100644 (file)
@@ -326,7 +326,7 @@ Some environment variables can be specified whilst calling ``make`` allowing use
 +=================+==============================================================+\r
 | ``ESPPORT``     | Overrides the serial port used in ``flash`` and ``monitor``. |\r
 |                 |                                                              |\r
-|                 | Examples: ``make flash ESPPORT=/dev/tty/USB0``,              |\r
+|                 | Examples: ``make flash ESPPORT=/dev/ttyUSB1``,               |\r
 |                 | ``make monitor ESPPORT=COM1``                                |\r
 +-----------------+--------------------------------------------------------------+\r
 | ``ESPBAUD``     | Overrides the serial baud rate when flashing the ESP32.      |\r
@@ -339,7 +339,7 @@ Some environment variables can be specified whilst calling ``make`` allowing use
 +-----------------+--------------------------------------------------------------+\r
 \r
 .. note::\r
-    Users can export environment variables (e.g. ``export ESPPORT=/dev/tty/USB0``).\r
+    Users can export environment variables (e.g. ``export ESPPORT=/dev/ttyUSB1``).\r
     All subsequent calls of ``make`` within the same terminal session will use \r
     the exported value given that the variable is not simultaneously overridden.\r
 \r