Skip to content

Commit

Permalink
Merge pull request #332 from kivancsikert/core/upgrade-to-esp-idf-5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr authored Jan 19, 2025
2 parents 220193b + 186b4c9 commit 4d01e54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.2
esp_idf_version: v5.4
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.2 (see [installation instructions](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html))
- ESP-IDF v5.4.0 (see [installation instructions](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html))

### Building

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.2"
IMAGE_NAME = "espressif/idf:v5.4"

# Get environment variables (or set defaults if not present)
UD_GEN = os.getenv("UD_GEN")
Expand Down
6 changes: 3 additions & 3 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## IDF Component Manager Manifest File
dependencies:
espressif/mdns: 1.4.2
bblanchon/arduinojson: 7.2.1
espressif/mdns: 1.4.3
bblanchon/arduinojson: 7.3.0
idf:
version: 5.3.2
version: 5.4.0

0 comments on commit 4d01e54

Please sign in to comment.