mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 10:37:13 +02:00
Don't require development version of PlatformIO ESP8266 stage
This commit is contained in:
@ -220,14 +220,13 @@ Demo
|
|||||||
Using Arduino Framework with Staging version
|
Using Arduino Framework with Staging version
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
1. Install :ref:`installation_develop` of PlatformIO
|
1. Install Espressif 8266 (Stage) development platform
|
||||||
2. Install Espressif 8266 (Stage) development platform
|
|
||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
|
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,
|
:ref:`projectconf`. For example,
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
@ -237,10 +236,10 @@ Using Arduino Framework with Staging version
|
|||||||
board = nodemcuv2
|
board = nodemcuv2
|
||||||
framework = arduino
|
framework = arduino
|
||||||
|
|
||||||
4. Try to build project
|
3. Try to build project
|
||||||
5. If you see build errors, then try to build this project using the same
|
4. If you see build errors, then try to build this project using the same
|
||||||
``stage`` on Arduino IDE
|
``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 <https://github.com/platformio/platformio/issues>`_ with
|
`open new issue <https://github.com/platformio/platformio/issues>`_ with
|
||||||
attached information:
|
attached information:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user