]> granicus.if.org Git - esp-idf/commitdiff
docs: Add port argument to idf.py monitor
authorAngus Gratton <angus@espressif.com>
Thu, 17 May 2018 06:08:42 +0000 (14:08 +0800)
committerAngus Gratton <gus@projectgus.com>
Tue, 29 May 2018 06:34:45 +0000 (16:34 +1000)
docs/en/get-started/index.rst

index 14ba2f2c6a63127f6304533fbce288ac3bec23b4..79ada71885207c94b17cb8b2fe61b3ed868a1add 100644 (file)
@@ -314,9 +314,9 @@ If you'd like to use the Eclipse IDE instead of running ``idf.py``, check out th
 Monitor\r
 =======\r
 \r
-To see if "hello_world" application is indeed running, type ``idf.py monitor``. This command is launching :doc:`IDF Monitor <idf-monitor>` application::\r
+To see if "hello_world" application is indeed running, type ``idf.py -p PORT monitor``. This command is launching :doc:`IDF Monitor <idf-monitor>` application::\r
 \r
-    $ idf.py monitor\r
+    $ idf.py -p /dev/ttyUSB0 monitor\r
     Running idf_monitor in directory [...]/esp/hello_world/build\r
     Executing "python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build/hello-world.elf"...\r
     --- idf_monitor on /dev/ttyUSB0 115200 ---\r