Skip to content

Commit 128bc3f

Browse files
authored
fix(matter): instructions about using more than one sdkconfig file
1 parent ce10837 commit 128bc3f

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The project will download all necessary components, including the Arduino Core.
6262
Execute this sequence:
6363
`<remove build folder> using linux rm command or Windows rmdir command`
6464
`idf.py set-target <SoC_Target>`
65-
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor`
65+
`idf.py -D SDKCONFIG_DEFAULTS="sdkconfig_file1;sdkconfig_file2;sdkconfig_fileX" -p <PORT> flash monitor`
6666

6767
Example for ESP32-S3/Linux | macOS:
6868
```

0 commit comments

Comments
 (0)