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