Skip to content

Commit

Permalink
Merge pull request #57 from tmiw/esp-idf-5.3
Browse files Browse the repository at this point in the history
Update project to use ESP-IDF v5.3.
  • Loading branch information
tmiw authored Jul 29, 2024
2 parents 34c7b4d + bb63b46 commit 594d9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_ezdv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install ESP-IDF
shell: bash
run: |
git clone -b v5.2.2 --recursive https://github.com/espressif/esp-idf.git
git clone -b v5.3 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh all
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ general use and operation.

## Building the firmware

Install [ESP-IDF v5.2.1](https://docs.espressif.com/projects/esp-idf/en/v5.2.1/esp32s3/get-started/index.html) and then run the following:
Install [ESP-IDF v5.3](https://docs.espressif.com/projects/esp-idf/en/v5.3/esp32s3/get-started/index.html) and then run the following:

```
. /path/to/esp-idf/export.sh
Expand Down
2 changes: 1 addition & 1 deletion firmware/main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
espressif/libsodium: "*"
## Required IDF version
idf:
version: ">=5.2.2"
version: ">=5.3"
# # Put list of dependencies here
# # For components maintained by Espressif:
# component: "~1.0.0"
Expand Down

0 comments on commit 594d9b8

Please sign in to comment.