mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
ESP32 Support
This commit is contained in:
parent
14947677c6
commit
042b61ed70
@ -54,6 +54,8 @@ New Components
|
||||
New Features
|
||||
------------
|
||||
|
||||
- Compiling for ESP32s is now possible on RPis
|
||||
|
||||
- :doc:`GPIO Switches </esphomeyaml/components/switch/gpio>` now have a ``power_on_value`` option which will
|
||||
initialize the state of the switch very early in the boot process. (`#207 <https://github.com/OttoWinter/esphomelib/pull/207>`__,
|
||||
`#55 <https://github.com/OttoWinter/esphomedocs/pull/55>`__)
|
||||
|
@ -80,11 +80,6 @@ Now go ahead and use one of the :ref:`devices guides <devices>` to extend your c
|
||||
intend to flash an esphomeyaml firmware onto. Then proceed with uploading the first firmware using the
|
||||
upload button.
|
||||
|
||||
.. note::
|
||||
|
||||
Currently the build toolchain for the ESP32 does not work on RPis. If you need to compile
|
||||
software for ESP32 (**not** ESP8266) boards, please install esphomeyaml on your computer.
|
||||
|
||||
HassIO add-on options
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user