File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
idf_component_examples/Arduino_ESP_Matter_over_OpenThread Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ For Linux or MacOS: https://docs.espressif.com/projects/esp-idf/en/stable/esp32c
26262- Test IDF with ` idf.py --version ` to check if it is installed and configured correctly.
2727
28283- 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 " `
3030ESP-IDF will download all dependencies needed from the component registry and setup the project for you.
3131
32324- Open an IDF terminal and execute ` idf.py set-target esp32c6 ` (esp32c5 and esp32h2 are also possible targets)
You can’t perform that action at this time.
0 commit comments