Skip to content

Commit

Permalink
require esp-idf 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed Sep 28, 2024
1 parent 391e013 commit 45ba459
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.2
esp_idf_version: v5.3
target: esp32
path: '.'
- name: Archive build artifacts
Expand Down
2 changes: 1 addition & 1 deletion dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ direct_dependencies:
- espressif/mdns
- idf
- lvgl/lvgl
manifest_hash: 7badb54e11ef11944aa386aace24f5320668fb917435b562cfcdc074c222307c
manifest_hash: cca7a825f6ae9d69b52c8b71f6d6023af39e73a4b60cf3f8a9e18457d386229c
target: esp32
version: 2.0.0
2 changes: 1 addition & 1 deletion main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
dependencies:
espressif/mdns: "*"
idf:
version: ">=4.1.0"
version: ">=5.3.0"

0 comments on commit 45ba459

Please sign in to comment.