From 66d80b80cd7290a9fe3b2a196903eb6e53309c74 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 6 Oct 2016 17:42:36 +0300 Subject: [PATCH] Don't require development version of PlatformIO ESP8266 stage --- docs/platforms/espressif8266_extra.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/platforms/espressif8266_extra.rst b/docs/platforms/espressif8266_extra.rst index ad40391d..1cfb5483 100644 --- a/docs/platforms/espressif8266_extra.rst +++ b/docs/platforms/espressif8266_extra.rst @@ -220,14 +220,13 @@ Demo Using Arduino Framework with Staging version -------------------------------------------- -1. Install :ref:`installation_develop` of PlatformIO -2. Install Espressif 8266 (Stage) development platform +1. Install Espressif 8266 (Stage) development platform .. code:: platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage -3. Set :ref:`projectconf_env_platform` to ``espressif8266_stage`` in +2. Set :ref:`projectconf_env_platform` to ``espressif8266_stage`` in :ref:`projectconf`. For example, .. code-block:: ini @@ -237,10 +236,10 @@ Using Arduino Framework with Staging version board = nodemcuv2 framework = arduino -4. Try to build project -5. If you see build errors, then try to build this project using the same +3. Try to build project +4. If you see build errors, then try to build this project using the same ``stage`` on Arduino IDE -6. If it works with Arduino IDE but doesn't work with PlatformIO, then please +5. If it works with Arduino IDE but doesn't work with PlatformIO, then please `open new issue `_ with attached information: