Skip to content

Commit 5600f30

Browse files
committed
🪚 Improve esp-idf feature
1 parent 12ebafc commit 5600f30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.4",
3+
"version": "1.0.5",
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
@@ -10,7 +10,7 @@ echo "📥 Installing ESP-IDF v${VERSION} for all targets"
1010

1111
# Install dependencies
1212
apt-get update && apt-get install -y \
13-
git wget flex bison gperf python3 python3-pip cmake ninja-build ccache \
13+
git wget flex bison gperf python3 python3-pip python3.8-venv cmake ninja-build ccache \
1414
libffi-dev libssl-dev dfu-util libusb-1.0-0
1515

1616
export IDF_TOOLS_PATH="${IDF_DIR}/.espressif"

0 commit comments

Comments
 (0)