Skip to content

Commit

Permalink
Merge pull request #275 from kivancsikert/esp-idf/upgrade-to-5.3.2
Browse files Browse the repository at this point in the history
Upgrade to ESP-IDF 5.3.2
  • Loading branch information
lptr authored Dec 10, 2024
2 parents fec3c2b + 0247a85 commit f67efdc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.1
esp_idf_version: v5.3.2
target: ${{ matrix.target }}
command: idf.py build -DUD_GEN=${{ matrix.ud_gen }} -DUD_DEBUG=${{ matrix.ud_debug }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ See `FileCommands` for more information.

### Prerequisites

- ESP-IDF v5.3.1 (see [installation instructions](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html))
- ESP-IDF v5.3.2 (see [installation instructions](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html))

We are using this version because it is the latest version that is compatible with Arduino-ESP32 3.1.0-rc-1.

Expand Down
2 changes: 1 addition & 1 deletion idf-docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sys

# Define the Docker image name
IMAGE_NAME = "espressif/idf:v5.3.1"
IMAGE_NAME = "espressif/idf:v5.3.2"

# Get environment variables (or set defaults if not present)
UD_GEN = os.getenv("UD_GEN")
Expand Down
2 changes: 1 addition & 1 deletion main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dependencies:
espressif/mdns: "1.4.2"
bblanchon/arduinojson: "7.2.1"
idf:
version: "5.3.1"
version: "5.3.2"

0 comments on commit f67efdc

Please sign in to comment.