Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2021-12-10 09:50:02 +13:00
commit 788ddeb85e
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
2 changed files with 7 additions and 8 deletions

View File

@ -68,12 +68,12 @@ of the ESP32 like ESP32S2, ESP32S3, ESP32C3 and single-core ESP32 chips.
framework: framework:
type: esp-idf type: esp-idf
version: recommended version: recommended
# Custom sdkconfig options # Custom sdkconfig options
sdkconfig_options: sdkconfig_options:
CONFIG_COMPILER_OPTIMIZATION_SIZE: y CONFIG_COMPILER_OPTIMIZATION_SIZE: y
# Advanced tweaking options # Advanced tweaking options
advanced: advanced:
ignore_efuse_mac_crc: false ignore_efuse_mac_crc: false
- **version** (*Optional*, string): The base framework version number to use, from - **version** (*Optional*, string): The base framework version number to use, from
`ESP32 ESP-IDF releases <https://github.com/espressif/esp-idf/releases>`__. Defaults to ``recommended``. Additional values are: `ESP32 ESP-IDF releases <https://github.com/espressif/esp-idf/releases>`__. Defaults to ``recommended``. Additional values are:

View File

@ -60,9 +60,8 @@ Configuration variables:
- All options from :ref:`Text Sensor <config-text_sensor>`. - All options from :ref:`Text Sensor <config-text_sensor>`.
See :apiclass:`TextSensor <text_sensor::TextSensor>`
See Also See Also
-------- --------
- :apiclass:`API Reference <text_sensor::TextSensor>`
- :ghedit:`Edit` - :ghedit:`Edit`