File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ New Components
54
54
New Features
55
55
------------
56
56
57
+ - Compiling for ESP32s is now possible on RPis
58
+
57
59
- :doc: `GPIO Switches </esphomeyaml/components/switch/gpio >` now have a ``power_on_value `` option which will
58
60
initialize the state of the switch very early in the boot process. (`#207 <https://github.com/OttoWinter/esphomelib/pull/207 >`__,
59
61
`#55 <https://github.com/OttoWinter/esphomedocs/pull/55 >`__)
Original file line number Diff line number Diff line change @@ -80,11 +80,6 @@ Now go ahead and use one of the :ref:`devices guides <devices>` to extend your c
80
80
intend to flash an esphomeyaml firmware onto. Then proceed with uploading the first firmware using the
81
81
upload button.
82
82
83
- .. note ::
84
-
85
- Currently the build toolchain for the ESP32 does not work on RPis. If you need to compile
86
- software for ESP32 (**not ** ESP8266) boards, please install esphomeyaml on your computer.
87
-
88
83
HassIO add-on options
89
84
~~~~~~~~~~~~~~~~~~~~~
90
85
You can’t perform that action at this time.
0 commit comments