We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
esp-idf
1 parent 12ebafc commit 5600f30Copy full SHA for 5600f30
2 files changed
features/esp-idf/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "esp-idf",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"name": "ESP-IDF",
5
"description": "Install ESP-IDF with selected version and chip targets",
6
"options": {
features/esp-idf/install.sh
@@ -10,7 +10,7 @@ echo "📥 Installing ESP-IDF v${VERSION} for all targets"
10
11
# Install dependencies
12
apt-get update && apt-get install -y \
13
- git wget flex bison gperf python3 python3-pip cmake ninja-build ccache \
+ git wget flex bison gperf python3 python3-pip python3.8-venv cmake ninja-build ccache \
14
libffi-dev libssl-dev dfu-util libusb-1.0-0
15
16
export IDF_TOOLS_PATH="${IDF_DIR}/.espressif"
0 commit comments