Add ESP32 BLE workaround docs

This commit is contained in:
Otto Winter 2018-10-04 18:13:28 +02:00
parent 20e5799e56
commit d03812bf96
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 33 additions and 0 deletions

View File

@ -67,6 +67,19 @@ know when I'm home or away.
:align: center
:width: 75.0%
.. note::
The latest arduino ESP32 framework has a bug with the bluetooth module. Please set
:ref:`esphomeyaml-arduino_version` to ``espressif32@1.0.2`` like so:
.. code:: yaml
esphomeyaml:
# ...
arduino_version: espressif32@1.0.2
See https://github.com/OttoWinter/esphomeyaml/issues/78#issuecomment-425746566
See Also
--------

View File

@ -43,6 +43,26 @@ for information on how you can find out the MAC address of a device and track it
battery_level:
name: "Xiaomi MiJia Battery Level"
.. note::
The latest arduino ESP32 framework has a bug with the bluetooth module. Please set
:ref:`esphomeyaml-arduino_version` to ``espressif32@1.0.2`` like so:
.. code:: yaml
esphomeyaml:
# ...
arduino_version: espressif32@1.0.2
See https://github.com/OttoWinter/esphomeyaml/issues/78#issuecomment-425746566
.. note::
The first time this component is enabled for an ESP32, the code partition needs to be
resized. Please flash the ESP32 via USB when adding this to your configuration.
Configuration variables:
------------------------