Skip to content

Commit 88a9675

Browse files
authored
Fix matter arduino as an component of IDF example (#150)
*Co-authored-by: Sugar Glider <rodrigo.garcia@espressif.com>
1 parent f8ec6d4 commit 88a9675

File tree

1 file changed

+2
-2
lines changed
  • examples/espidf-arduino-matter-light

1 file changed

+2
-2
lines changed

examples/espidf-arduino-matter-light/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ There is no QR Code to be used when the Smartphone APP wants to add the Matter D
2525
Please enter the code manually: `34970112332`
2626

2727
The devboard has a built-in LED that will be used as the Matter Light.
28-
The default setting of the code uses pin 8 for the ESP32-C6
28+
The default setting of the code uses pin 8 for the ESP32-C6,
2929
Please change it in `main/matter_accessory_driver.h` or in the `sdkconfig.defaults` file.
3030

3131
## LED Status and Factory Mode
@@ -53,7 +53,7 @@ Holding the BOOT button pressed for more than 10 seconds and then releasing it w
5353

5454
This example has been tested with Arduino Core 3.2.0. It should work with newer versions too.
5555

56-
There is a configuration file for these SoC: esp32c3, esp32c6.
56+
There is a configuration file for these SoCs: esp32c3, esp32c6.
5757
Those are the tested devices that have a WS2812 RGB LED and can run BLE, WiFi and Matter.
5858

5959
In case it is necessary to change the Button Pin or the REG LED Pin, please use the `menuconfig` and change the Menu Option `Light Matter Accessory`

0 commit comments

Comments
 (0)