Files
esp-matter/examples/managed_component_light
shripad621git 704bed84cf componets/esp-matter: Fixed the esp-matter examples compilation.
- Fixed the esp-matter examples build failure due to
  espressif/esp_diag_data_store component version update.
- Added a idf_component.yml in components/esp_matter
  to pin the required version of the component.
2024-10-11 15:22:18 +05:30
..

Managed Component Light

This example creates a Color Temperature Light device using the esp_matter component downloaded from Espressif Component Registry instead of the extra component in local, so the example can work without setting the esp-matter environment.

// TODO: IDF-9801

Note: To prevent the hash problem during building, the version IDF component management should be 1.4.*. Use compote version to show the version. Use pip install 'idf-component-manager~=1.4.0' to install.

See the docs for more information about building and flashing the firmware.