Skip to content

Commit de8ede2

Browse files
SuGliderCopilot
andauthored
fix(matter): fix cloning instructions
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e9554fe commit de8ede2

File tree

1 file changed

+1
-1
lines changed
  • idf_component_examples/Arduino_ESP_Matter_over_OpenThread

1 file changed

+1
-1
lines changed

idf_component_examples/Arduino_ESP_Matter_over_OpenThread/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For Linux or MacOS: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c
2626
2- Test IDF with `idf.py --version` to check if it is installed and configured correctly.
2727

2828
3- To create a ESP-IDF project from this example with the latest release of Arduino-esp32, you can simply run command:
29-
`idf.py create-project-from-example "espressif/arduino-esp32:Arduino_ESP-Matter-over-Thread_ESP32_C6"`
29+
`idf.py create-project-from-example "espressif/arduino-esp32:Arduino_ESP_Matter_over_OpenThread"`
3030
ESP-IDF will download all dependencies needed from the component registry and setup the project for you.
3131

3232
4- Open an IDF terminal and execute `idf.py set-target esp32c6` (esp32c5 and esp32h2 are also possible targets)

0 commit comments

Comments
 (0)