mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-28 03:23:07 +00:00
a5a1a4d7bd
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.
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.