We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e991c0 commit 9fa9227Copy full SHA for 9fa9227
docs/esp32/tutorial/intro.rst
@@ -86,7 +86,7 @@ after flashing, here are some troubleshooting recommendations:
86
this doesn't work, or you have multiple serial ports, then you may need to
87
manually specify the port by adding the ``--port`` option to the start of the
88
``esptool.py`` command line. For example, ``esptool.py --port /dev/ttyUSB0
89
- <rest of line>`` for Linux or ``esptool.py --port COM4 <rest of line>`` for
+ <rest of line>`` for Linux or ``esptool --port COM4 <rest of line>`` for
90
Windows.
91
* If the board isn't responding to esptool at all, it may need to be manually
92
reset into the bootloader download mode. Look for a button marked "BOOT" or
0 commit comments