Files
esp-matter/examples/managed_component_light
Shubham Patil a5a1a4d7bd examples: remove redundant C++ standard setting in main component
All examples already set the C++ standard in the project-level
CMakeLists.txt. The main component redundantly sets it again.
As per the ESP-IDF C++ support guide, a component should only
override the C++ version if it intends to use a different one.
We want to keep a consistent version across the project, so
the redundant setting is removed.
2025-08-13 11:03:12 +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.

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