Skip to content

Commit 8c99f46

Browse files
committed
🪚 Improve esp-idf feature
1 parent 49cf3ae commit 8c99f46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/esp-idf/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "esp-idf",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"name": "ESP-IDF",
55
"description": "Install ESP-IDF with selected version and chip targets",
66
"options": {

features/esp-idf/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apt-get update && apt-get install -y \
2929
rm -rf "${IDF_DIR:?}/"* "${IDF_DIR:?}"/.[!.]* 2>/dev/null || true
3030

3131
# Clone ESP-IDF
32-
git clone -b "release/${VERSION}" --recursive https://github.com/espressif/esp-idf.git "$IDF_DIR"
32+
git clone -b "release/v${VERSION}" --recursive https://github.com/espressif/esp-idf.git "$IDF_DIR"
3333

3434
# Install the tools for all targets
3535
"$IDF_DIR/install.sh" all

0 commit comments

Comments
 (0)