You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/esptool/advanced-options.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ The ``--after`` argument allows you to specify whether the chip should be reset
31
31
32
32
.. list::
33
33
34
-
* ``--after hard_reset`` is the default. The DTR serial control line is used to reset the chip into a normal boot sequence.
35
-
:esp8266:* ``--after soft_reset`` This runs the user firmware, but any subsequent reset will return to the serial bootloader. This was the reset behaviour in esptool v1.x.
34
+
* ``--after hard_reset`` is the default. The RTS serial control line is used to reset the chip into a normal boot sequence.
35
+
:esp8266:* ``--after soft_reset`` runs the user firmware, but any subsequent reset will return to the serial bootloader. This was the reset behaviour in esptool v1.x.
36
36
* ``--after no_reset`` leaves the chip in the serial bootloader, no reset is performed.
37
37
* ``--after no_reset_stub`` leaves the chip in the stub bootloader, no reset is performed.
0 commit comments