forked from platformio/platformio-core
Simplify ESP8266-stage using
This commit is contained in:
@ -167,6 +167,8 @@ For upgrading ``platformio`` to the latest version:
|
|||||||
|
|
||||||
pip install -U platformio
|
pip install -U platformio
|
||||||
|
|
||||||
|
.. _installation_develop:
|
||||||
|
|
||||||
Development Version
|
Development Version
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -220,20 +220,21 @@ Demo
|
|||||||
Using Arduino Framework with Staging version
|
Using Arduino Framework with Staging version
|
||||||
--------------------------------------------
|
--------------------------------------------
|
||||||
|
|
||||||
1. Install ``stage`` version of Espressif 8266 development platform
|
1. Install :ref:`installation_develop` of PlatformIO
|
||||||
|
2. Set :ref:`projectconf_env_platform` to ``espressif8266-stage`` in
|
||||||
|
:ref:`projectconf`. For example,
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: ini
|
||||||
|
|
||||||
# uninstall existing (if you have it)
|
[env:nodemcuv2]
|
||||||
platformio platform uninstall espressif8266
|
platform = espressif8266-stage
|
||||||
|
board = nodemcuv2
|
||||||
|
framework = arduino
|
||||||
|
|
||||||
# install from ``stage`` branch
|
3. Try to build project
|
||||||
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
|
4. If you see build errors, then try to build this project using the same
|
||||||
|
|
||||||
2. Try to build project
|
|
||||||
3. If you see build errors, then try to build this project using the same
|
|
||||||
``stage`` on Arduino IDE
|
``stage`` on Arduino IDE
|
||||||
4. 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