We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14eee60 commit d46fafcCopy full SHA for d46fafc
idf_component_examples/esp_matter_light/README.md
@@ -65,7 +65,7 @@ Example for ESP32-C3/Windows:
65
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.esp32c3" -p com3 flash monitor`
66
67
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`
+Linux/macOS: `rm -rf build managed_components sdkconfig dependencies.lock`
69
Windows: `rmdir /s/q build managed_components` and `del sdkconfig dependencies.lock`
70
71
There is a configuration file for these SoC: esp32s3, esp32c3, esp32c6.
0 commit comments