Skip to content

Commit e26a153

Browse files
authored
Update README.md
Typos and format
1 parent 24f6e5b commit e26a153

File tree

1 file changed

+11
-4
lines changed
  • idf_component_examples/esp_matter_light

1 file changed

+11
-4
lines changed

Diff for: idf_component_examples/esp_matter_light/README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,18 @@ This is possible with the ESP32-C6.
8080
It is necessary to have a Thread Border Router in the Matter Environment. Check you Matter hardware provider.
8181
In order to build the application that will use Thread Networking instead of Wi-Fi, please execute:
8282

83-
Example for ESP32-S3/Linux | macOS:
83+
Example for ESP32-C6/Linux | macOS:
8484
`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:
8686
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.c6_thread" -p com3 flash monitor`
8787

8888
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+
```

0 commit comments

Comments
 (0)