We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d576d4 commit 99dc865Copy full SHA for 99dc865
idf_component_examples/esp_matter_light/README.md
@@ -80,7 +80,7 @@ This is possible with the ESP32-C6.
80
It is neessasy to have a Thread Border Routed in the Matter Environment. Check you matter hardware provider.
81
In order to build the application that will use Thread Networking instead of Wi-Fi, please execute:
82
83
-Example for ESP32-S3/Linux|MacOS:
+Example for ESP32-S3/Linux | macOS:
84
`idf.py SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p /dev/ttyACM0 flash monitor`
85
Example for ESP32-C3/Windows:
86
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p com3 flash monitor`
0 commit comments