We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce10837 commit 128bc3fCopy full SHA for 128bc3f
idf_component_examples/esp_matter_light/README.md
@@ -62,7 +62,7 @@ The project will download all necessary components, including the Arduino Core.
62
Execute this sequence:
63
`<remove build folder> using linux rm command or Windows rmdir command`
64
`idf.py set-target <SoC_Target>`
65
- `idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor`
+ `idf.py -D SDKCONFIG_DEFAULTS="sdkconfig_file1;sdkconfig_file2;sdkconfig_fileX" -p <PORT> flash monitor`
66
67
Example for ESP32-S3/Linux | macOS:
68
```
0 commit comments