You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# On MacOS the sed command won't skip the first match. Use gsed instead.
345
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_DEV">"$OUTPUT_DIR/$PACKAGE_JSON_DEV_CN"
# On MacOS the sed command won't skip the first match. Use gsed instead.
350
+
sed '0,/github\.com\/espressif\//!s|github\.com/espressif/|dl.espressif.cn/github_assets/espressif/|g'"$OUTPUT_DIR/$PACKAGE_JSON_REL">"$OUTPUT_DIR/$PACKAGE_JSON_REL_CN"
345
351
fi
346
352
347
353
# Figure out the last release or pre-release
@@ -373,12 +379,14 @@ echo
373
379
if [ -n"$prev_any_release" ] && [ "$prev_any_release"!="null" ];then
374
380
echo"Merging with JSON from $prev_any_release ..."
Copy file name to clipboardExpand all lines: idf_component_examples/esp_matter_light/README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,15 +59,22 @@ Use ESP-IDF 5.1.4 from https://github.com/espressif/esp-idf/tree/release/v5.1
59
59
This example has been tested with Arduino Core 3.0.4
60
60
61
61
The project will download all necessary components, including the Arduino Core.
62
-
Run `idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults.<SOC>.idf" -p <PORT> flash monitor`
62
+
Execute this sequence:
63
+
`<remove build folder> using linux rm command or Windows rmdir command`
0 commit comments