diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f44f670c..025ed358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} diff --git a/README.md b/README.md index 595021ed..31321cbe 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/idf-docker.py b/idf-docker.py index 1842c960..f075d955 100644 --- a/idf-docker.py +++ b/idf-docker.py @@ -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") diff --git a/main/idf_component.yml b/main/idf_component.yml index 7f859505..60c78db3 100644 --- a/main/idf_component.yml +++ b/main/idf_component.yml @@ -4,4 +4,4 @@ dependencies: espressif/mdns: "1.4.2" bblanchon/arduinojson: "7.2.1" idf: - version: "5.3.1" + version: "5.3.2"