Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d46fafc

Browse files
authoredSep 18, 2024··
fix(typo): typo and commentaries
1 parent 14eee60 commit d46fafc

File tree

1 file changed

+1
-1
lines changed
  • idf_component_examples/esp_matter_light

1 file changed

+1
-1
lines changed
 

‎idf_component_examples/esp_matter_light/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Example for ESP32-C3/Windows:
6565
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c3" -p com3 flash monitor`
6666

6767
It may be necessary to delete some folders and files before running `idf.py`
68-
Linux/MacOS: `rm -rf build managed_components sdkconfig dependencies.lock`
68+
Linux/macOS: `rm -rf build managed_components sdkconfig dependencies.lock`
6969
Windows: `rmdir /s/q build managed_components` and `del sdkconfig dependencies.lock`
7070

7171
There is a configuration file for these SoC: esp32s3, esp32c3, esp32c6.

0 commit comments

Comments
 (0)
Please sign in to comment.