From 74a8e883088efcd5d9032d2dbc79267445a17e6c Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 15 Sep 2016 01:39:03 +0300 Subject: [PATCH] Rename stage version of esp8266 --- docs/platforms/espressif8266_extra.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/platforms/espressif8266_extra.rst b/docs/platforms/espressif8266_extra.rst index 4c3f58b9..d0c549b8 100644 --- a/docs/platforms/espressif8266_extra.rst +++ b/docs/platforms/espressif8266_extra.rst @@ -221,13 +221,13 @@ Using Arduino Framework with Staging version -------------------------------------------- 1. Install :ref:`installation_develop` of PlatformIO -2. 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 [env:nodemcuv2] - platform = espressif8266-stage + platform = espressif8266_stage board = nodemcuv2 framework = arduino