Skip to content

Commit

Permalink
Revert "Upgrade to ESP-IDF 5.3.2"
Browse files Browse the repository at this point in the history
This reverts commit 0247a85.

We need to go back to 5.3.1 until we can address the problem of sleeping
with a PCNT unit enabled (flow meter).
  • Loading branch information
lptr committed Dec 13, 2024
1 parent 808cf41 commit 7703927
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.2
esp_idf_version: v5.3.1
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.3.1 (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.2"
IMAGE_NAME = "espressif/idf:v5.3.1"

# 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.2"
version: "5.3.1"

0 comments on commit 7703927

Please sign in to comment.