Skip to content

Commit 9fa9227

Browse files
Update docs/esp32/tutorial/intro.rst
Co-authored-by: Matt Trentini <matt.trentini@gmail.com> Signed-off-by: Angus Gratton <gus@projectgus.com>
1 parent 8e991c0 commit 9fa9227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/esp32/tutorial/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ after flashing, here are some troubleshooting recommendations:
8686
this doesn't work, or you have multiple serial ports, then you may need to
8787
manually specify the port by adding the ``--port`` option to the start of the
8888
``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
89+
<rest of line>`` for Linux or ``esptool --port COM4 <rest of line>`` for
9090
Windows.
9191
* If the board isn't responding to esptool at all, it may need to be manually
9292
reset into the bootloader download mode. Look for a button marked "BOOT" or

0 commit comments

Comments
 (0)