Skip to content

Commit 4b32480

Browse files
committed
Try building with ESP-IDF 5.1.4
1 parent 350aaaf commit 4b32480

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313

1414
- uses: espressif/esp-idf-ci-action@v1
1515
with:
16-
esp_idf_version: v5.3.1
16+
esp_idf_version: v5.1.4
1717
target: esp32s3
1818
command: idf.py build

main/idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies:
22
espressif/arduino-esp32: "3.1.0-rc3"
33
idf:
4-
version: "5.3.1"
4+
version: "5.1.4"

0 commit comments

Comments
 (0)