ESP32 Support

This commit is contained in:
Otto Winter 2018-11-03 17:46:22 +01:00
parent 14947677c6
commit 042b61ed70
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 2 additions and 5 deletions

View File

@ -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>`__)

View File

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