From 92160ebbe497843dd43341558a7933cfc2cc79f3 Mon Sep 17 00:00:00 2001 From: Jan Beran Date: Mon, 20 Jan 2025 09:55:58 +0100 Subject: [PATCH] docs(esptool): Fix reset sequences in documentation * custom reset sequence now differs more from the default one * fixed typo in default reset sequence --- docs/en/esptool/configuration-file.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/esptool/configuration-file.rst b/docs/en/esptool/configuration-file.rst index 6cc63880c..ed264cd4c 100644 --- a/docs/en/esptool/configuration-file.rst +++ b/docs/en/esptool/configuration-file.rst @@ -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 ------- @@ -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