Recent version of ESP MATTER v1.4 needs newer versions of ESP INSIGHTS and DIAGNOTICS. This PR updates the Managed Components version. Tests scenarios Using ESP LIB BUILDER Related links espressif/esp32-arduino-lib-builder#280 👋Hello SuGlider, we appreciate your contribution to this project! ...
forked frompioarduino/esp32-arduino-lib-builder NotificationsYou must be signed in to change notification settings Fork0 Star0 Code Pull requests Actions Projects Security Insights Additional navigation options Commit Revert "Add Matter component as part of the libs (espressif#220)" ...
A Maintainance PR to remove a few compilation warning messages: libraries\Matter\src/MatterEndpoints/MatterEnhancedColorLight.h:94:30: warning: missing initializer for member 'HsvColor_t::s' [-Wmissing-field-initializers] libraries\Matter\src/MatterEndpoints/MatterEnhancedColorLight.h:94:30: warning:...
Using ESP32. None SuGlider added 5 commits March 10, 2025 16:00 fix(matter): itshall set digital mode before digitalWrite Verified 0f3490a fix(matter): example must set pin in digital mode before writting Verified 94b43d8 fix(matter): example shall set digital mode before writing Verif...
Description of Change This is a General Code Review. Removes all part that use while(!Serial) {} Removes all references to WiFi.enableIPv6(true), given that this is already the default Fixes all p...
Description of Change Adds the Identify Callback functionality to all Matter endpoints with a related example. Tests scenarios ESP32-C6 using the provided example. Related links Related to #7432