We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
esp-idf
1 parent 49cf3ae commit 8c99f46Copy full SHA for 8c99f46
features/esp-idf/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "esp-idf",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"name": "ESP-IDF",
5
"description": "Install ESP-IDF with selected version and chip targets",
6
"options": {
features/esp-idf/install.sh
@@ -29,7 +29,7 @@ apt-get update && apt-get install -y \
29
rm -rf "${IDF_DIR:?}/"* "${IDF_DIR:?}"/.[!.]* 2>/dev/null || true
30
31
# Clone ESP-IDF
32
-git clone -b "release/${VERSION}" --recursive https://github.com/espressif/esp-idf.git "$IDF_DIR"
+git clone -b "release/v${VERSION}" --recursive https://github.com/espressif/esp-idf.git "$IDF_DIR"
33
34
# Install the tools for all targets
35
"$IDF_DIR/install.sh" all
0 commit comments