File tree 1 file changed +11
-4
lines changed
idf_component_examples/esp_matter_light
1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,18 @@ This is possible with the ESP32-C6.
80
80
It is necessary to have a Thread Border Router in the Matter Environment. Check you Matter hardware provider.
81
81
In order to build the application that will use Thread Networking instead of Wi-Fi, please execute:
82
82
83
- Example for ESP32-S3 /Linux | macOS:
83
+ Example for ESP32-C6 /Linux | macOS:
84
84
` idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p /dev/ttyACM0 flash monitor `
85
- Example for ESP32-C3 /Windows:
85
+ Example for ESP32-C6 /Windows:
86
86
` idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p com3 flash monitor `
87
87
88
88
It may be necessary to delete some folders and files before running ` idf.py `
89
- Linux/macOS: ` rm -rf build managed_components sdkconfig dependencies.lock `
90
- Windows: ` rmdir /s/q build managed_components ` and ` del sdkconfig dependencies.lock `
89
+ - Linux/macOS
90
+ ```
91
+ rm -rf build managed_components sdkconfig dependencies.lock
92
+ ```
93
+ - Windows
94
+ ```
95
+ rmdir /s/q build managed_components
96
+ del sdkconfig dependencies.lock
97
+ ```
You can’t perform that action at this time.
0 commit comments