Rename stage version of esp8266

This commit is contained in:
Ivan Kravets
2016-09-15 01:39:03 +03:00
parent 9c15fed722
commit 74a8e88308

View File

@ -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