mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Rename stage version of esp8266
This commit is contained in:
@ -221,13 +221,13 @@ Using Arduino Framework with Staging version
|
|||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
1. Install :ref:`installation_develop` of PlatformIO
|
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,
|
:ref:`projectconf`. For example,
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
[env:nodemcuv2]
|
[env:nodemcuv2]
|
||||||
platform = espressif8266-stage
|
platform = espressif8266_stage
|
||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user