docs: add explanation for flash_id example to avoid confusion

This commit is contained in:
Peter Dragun
2023-05-24 12:45:50 +02:00
parent 295f3e6b6d
commit fbe8066755
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
Remote Serial Ports
===================
It is possible to connect to any networked remote serial port that supports `RFC2217 <http://www.ietf.org/rfc/rfc2217.txt>`__ (Telnet) protocol. To do this, specify the serial port to esptool as ``rfc2217://<host>:<port>``. For example:
It is possible to connect to any networked remote serial port that supports `RFC2217 <http://www.ietf.org/rfc/rfc2217.txt>`__ (Telnet) protocol. To do this, specify the serial port to esptool as ``rfc2217://<host>:<port>``. For example, to read information about your chip's SPI flash, run:
::

View File

@@ -29,7 +29,7 @@ Getting started is easy:
2) Connect an Espressif chip to your computer.
3) Run ``esptool.py`` commands:
3) Run ``esptool.py`` commands. For example, to read information about your chip's SPI flash, run:
::