Skip to content

Commit 0757e8a

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

File tree

1 file changed

+1
-1
lines changed
  • libraries/Matter/examples/MatterColorLight

1 file changed

+1
-1
lines changed

libraries/Matter/examples/MatterColorLight/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The application showcases Matter commissioning, device control via smart home ec
1717
### Note on Commissioning:
1818

1919
- **ESP32 & ESP32-S2** do not support commissioning over Bluetooth LE. For these chips, you must provide WiFi credentials directly in the sketch code so they can connect to your network manually.
20-
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using WiFi 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 WiFi station feature.
20+
- **ESP32-C6** Although it has Thread support, the ESP32 Arduino Matter Library has been pre compiled using WiFi 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 WiFi station feature.
2121

2222
## Features
2323

0 commit comments

Comments
 (0)