Skip to content

Commit 92160eb

Browse files
committed
docs(esptool): Fix reset sequences in documentation
* custom reset sequence now differs more from the default one * fixed typo in default reset sequence
1 parent 749d1ad commit 92160eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/esptool/configuration-file.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Sample configuration file:
7272
connect_attempts = 7
7373
write_block_attempts = 2
7474
reset_delay = 0.75
75-
# Overriding the default reset sequence to work in an abnormal environment
76-
custom_reset_sequence = D0|R1|W0.1|D1|R0|W0.5|D0
75+
# Overriding the default reset sequence to work in an abnormal environment (prolonged delay):
76+
custom_reset_sequence = D0|R1|W1.3|D1|R0|W0.5|D0
7777
7878
Options
7979
-------
@@ -142,7 +142,7 @@ A sequence is defined with a string in the following format:
142142
+------+-----------------------------------------------------------+-----------------+
143143

144144

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

147147
.. code-block:: python
148148

0 commit comments

Comments
 (0)