Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit128bc3f

Browse files
authored
fix(matter): instructions about using more than one sdkconfig file
1 parentce10837 commit128bc3f

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
@@ -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)

[8]ページ先頭

©2009-2025 Movatter.jp