mirror of
https://github.com/espressif/esptool.git
synced 2025-10-19 02:43:00 +08:00
docs: add explanation for flash_id example to avoid confusion
This commit is contained in:
@@ -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:
|
||||
|
||||
::
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
::
|
||||
|
||||
|
Reference in New Issue
Block a user