Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 85e5d62

Browse filesBrowse files
authored
fix(matter): information in the commentaries
1 parent 6b482f4 commit 85e5d62
Copy full SHA for 85e5d62

File tree

1 file changed

+5
-4
lines changed
Filter options
  • idf_component_examples/esp_matter_light

1 file changed

+5
-4
lines changed

‎idf_component_examples/esp_matter_light/README.md

Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Managed Component Light
66

7-
This example is configured by default to work with the ESP32-S3, which has the RGB LED GPIO set as pin 48 and the BOOT button on GPIO 0.
7+
This example sets automatically the RGB LED GPIO and BOOT Button GPIO based on the default pin used by the selected Devkit Board.
88

99
This example creates a Color Temperature Light device using the esp_matter component downloaded from the [Espressif Component Registry](https://components.espressif.com/) instead of an extra component locally, so the example can work without setting up the esp-matter environment.
1010

@@ -26,9 +26,10 @@ Possible Matter Environments are:
2626
There is no QR Code to be used when the Smartphone APP wants to add the Matter Device.
2727
Please enter the code manually: `34970112332`
2828

29-
The devboard has a built-in LED that will be used as the Matter Light.
30-
The default setting of the code uses pin 48 for the ESP32-S3.
31-
Please change it in `main/matter_accessory_driver.h` or in the `sdkconfig.defaults.<SOC>` file.
29+
Each Devkit Board has a built-in LED that will be used as the Matter Light.
30+
The default setting for ESP32-S3 is pin 48, for ESP32-C3 and ESP32-C6, it is pin 8.
31+
The BOOT Button pin of ESP32-S3 is GPIO 0, by toher hand, the ESP32-C3 and ESP32-C6 use GPIO 9.
32+
Please change it in using the MenuConfig executing `idf.py menuconfig` and selecting `Menu->Light Matter Accessory` options.
3233

3334
## LED Status and Factory Mode
3435

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.