mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-02 23:31:30 +01:00
Merge branch 'current' into beta
This commit is contained in:
commit
788ddeb85e
@ -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:
|
||||||
|
@ -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`
|
||||||
|
Loading…
Reference in New Issue
Block a user