Skip to content

Commit e4920d6

Browse files
europrimusdpgeorge
authored andcommitted
docs/esp32: Replace 'esptool.py' by 'esptool' in command line example.
'esptool.py' is deprecated, use 'esptool' instead. Signed-off-by: europrimus <europrimus-dev@c-f.me>
1 parent 4625f97 commit e4920d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/esp32/tutorial/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ after flashing, here are some troubleshooting recommendations:
8585
* Esptool will try to detect the serial port where your ESP32 is connected. If
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
88-
``esptool.py`` command line. For example, ``esptool.py --port /dev/ttyUSB0
88+
``esptool`` command line. For example, ``esptool --port /dev/ttyUSB0
8989
<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

0 commit comments

Comments
 (0)