Add temporary esp-idf example

This commit is contained in:
Jesse Hills 2021-10-13 21:34:59 +13:00
parent 4a0f730a85
commit d4107badef
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,18 @@ ESPHome 2021.10.0 - 20th October 2021
ESP-IDF
-------
Docs still to be written before release on how to use ESP-IDF, but here is a quick example:
.. code-block:: yaml
esphome:
name: livingroom
esp32:
board: <BOARD_TYPE>
framework:
type: esp-idf
A huge effort has been put into reorganising, restructuring and rewriting a whole lot of code
to allow ESP32 based boards to be compiled using ESP-IDF as the framework instead of Arduino.
This allows ESPHome to keep up with new features and support for new ESP32 based chips