Skip to content

Commit daad7dc

Browse files
SuGliderCopilot
andauthored
fix(matter): typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3c9d3b4 commit daad7dc

File tree

1 file changed

+2
-2
lines changed
  • libraries/Matter/examples/MatterTemperatureControlledCabinet

1 file changed

+2
-2
lines changed

libraries/Matter/examples/MatterTemperatureControlledCabinet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ This example demonstrates how to create a Matter-compatible temperature controll
1919
### Note on Commissioning:
2020

2121
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide Wi-Fi credentials directly in the sketch code so they can connect to your network manually.
22-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
23-
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
22+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been precompiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
23+
- **ESP32-C5** Although it has Thread support, the ESP32 Arduino Matter Library has been precompiled using Wi-Fi only. In order to configure it for Thread-only operation it is necessary to build the project as an ESP-IDF component and to disable the Matter Wi-Fi station feature.
2424

2525
## Features
2626

0 commit comments

Comments
 (0)