From 11980a9ad49ddda832a4ff72c61cb65333d0a5d6 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 17 May 2018 14:08:42 +0800 Subject: [PATCH] docs: Add port argument to idf.py monitor --- 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 14ba2f2c6..79ada7188 100644 --- a/docs/en/get-started/index.rst +++ b/docs/en/get-started/index.rst @@ -314,9 +314,9 @@ If you'd like to use the Eclipse IDE instead of running ``idf.py``, check out th Monitor ======= -To see if "hello_world" application is indeed running, type ``idf.py monitor``. This command is launching :doc:`IDF Monitor ` application:: +To see if "hello_world" application is indeed running, type ``idf.py -p PORT monitor``. This command is launching :doc:`IDF Monitor ` application:: - $ idf.py monitor + $ idf.py -p /dev/ttyUSB0 monitor Running idf_monitor in directory [...]/esp/hello_world/build Executing "python [...]/esp-idf/tools/idf_monitor.py -b 115200 [...]/esp/hello_world/build/hello-world.elf"... --- idf_monitor on /dev/ttyUSB0 115200 ---