Skip to content

Commit

Permalink
docs(esptool): Fix reset sequences in documentation
Browse files Browse the repository at this point in the history
* custom reset sequence now differs more from the default one
* fixed typo in default reset sequence
  • Loading branch information
Jan Beran committed Jan 20, 2025
1 parent 749d1ad commit 92160eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/esptool/configuration-file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ Sample configuration file:
connect_attempts = 7
write_block_attempts = 2
reset_delay = 0.75
# Overriding the default reset sequence to work in an abnormal environment
custom_reset_sequence = D0|R1|W0.1|D1|R0|W0.5|D0
# Overriding the default reset sequence to work in an abnormal environment (prolonged delay):
custom_reset_sequence = D0|R1|W1.3|D1|R0|W0.5|D0
Options
-------
Expand Down Expand Up @@ -142,7 +142,7 @@ A sequence is defined with a string in the following format:
+------+-----------------------------------------------------------+-----------------+


For example: ``D0|R1|W0.1|D1|R0|W0.5|D0`` represents the following classic reset sequence:
For example: ``D0|R1|W0.1|D1|R0|W0.05|D0`` represents the following classic reset sequence:

.. code-block:: python
Expand Down

0 comments on commit 92160eb

Please sign in to comment.