Skip to content

Commit 44ea4e7

Browse files
committed
docs(matter): Fix matter support
1 parent bf85900 commit 44ea4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/libraries.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Here is a matrix of the library support status for the main features and periphe
5353
+----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
5454
| Matter (Thread) [6]_ | |n/a| | |n/a| | |n/a| | |yes| | |yes| | |n/a| | |yes| | |n/a| | |n/a| | |n/a| |
5555
+----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
56-
| Matter (Wi-Fi) | |yes| | |yes| | |yes| | |yes| | |yes| | |yes| | |n/a| | |n/a| | |yes| | |yes| |
56+
| Matter (Wi-Fi) | |yes| | |no| | |yes| | |yes| | |yes| | |no| | |n/a| | |n/a| | |yes| | |yes| |
5757
+----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
5858
| MIPI CSI | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |n/a| | |no| | |n/a| | |n/a| |
5959
+----------------------+-------+-------+-------+-------+-------+-------+-------+-------+-------+-------+
@@ -105,7 +105,7 @@ Here is a matrix of the library support status for the main features and periphe
105105
.. [5] Non-native Zigbee SoCs can also run Zigbee, but must use another SOC (with Zigbee radio) as a RCP connected by UART/SPI.
106106
Check the `Gateway example <https://github.com/espressif/arduino-esp32/tree/master/libraries/Zigbee/examples/Zigbee_Gateway>`_ for more details.
107107
108-
.. [6] Matter over Thread is supported by our library but is not included in the pre-compiled libraries.
108+
.. [6] Matter over Thread is supported by our library but is not included in the pre-compiled libraries for ESP32-C6 and ESP32-C5.
109109
In order to use Matter over Thread, you need to use Arduino as an ESP-IDF component or rebuild the static libraries.
110110
Check the `Arduino_ESP_Matter_over_OpenThread example <https://github.com/espressif/arduino-esp32/tree/master/idf_component_examples/Arduino_ESP_Matter_over_OpenThread>`_ for more details.
111111

0 commit comments

Comments
 (0)