We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4625f97 commit e4920d6Copy full SHA for e4920d6
1 file changed
docs/esp32/tutorial/intro.rst
@@ -85,7 +85,7 @@ after flashing, here are some troubleshooting recommendations:
85
* Esptool will try to detect the serial port where your ESP32 is connected. If
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
+ ``esptool`` command line. For example, ``esptool --port /dev/ttyUSB0
89
<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
0 commit comments