From 1c5535d75fe3d90fe818ab83ceb0a67841782033 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 1 Nov 2016 01:18:52 +0200 Subject: [PATCH] Add info about custom reset methods for ESP8266 // Issue #821 --- docs/platforms/espressif8266_extra.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/platforms/espressif8266_extra.rst b/docs/platforms/espressif8266_extra.rst index c98518c5..f1f87044 100644 --- a/docs/platforms/espressif8266_extra.rst +++ b/docs/platforms/espressif8266_extra.rst @@ -62,8 +62,15 @@ Custom Reset Method ------------------- You can set custom reset method using :ref:`projectconf_upload_resetmethod` -option from :ref:`projectconf`. The possible values are ``ck`` and ``nodemcu``. -See `default reset method for each board `_. +option from :ref:`projectconf`. + +The `possible values `_ are: + +* ``ck`` - RTS controls RESET or CH_PD, DTR controls GPIO0 +* ``wifio`` - TXD controls GPIO0 via PNP transistor and DTR controls RESET via a capacitor +* ``nodemcu`` - GPIO0 and RESET controlled using two NPN transistors as in NodeMCU devkit. + +See `default reset methods per board `_. .. code-block:: ini