fix(matter_docs): fixes the Matter features table for the ESP32-C5#12152
fix(matter_docs): fixes the Matter features table for the ESP32-C5#12152
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
|
Shouldn't we also update the table in libraries.rst ? |
Description of Change
ESP32-C5 has been configured in Lib Builder to support Matter over Thread (no WiFi).
This is due to restrictions of SRAM space when running Thread + WiFi and Matter all together as done for the ESP32-C6.
This is fixed in all ESP32 Arduino Matter README,md files for the examples.
Test Scenarios
CI only
Related links
None