We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc15bb commit c0b435aCopy full SHA for c0b435a
.github/workflows/build.yml
@@ -14,6 +14,6 @@ jobs:
14
- name: Build Examples
15
uses: espressif/esp-idf-ci-action@v1
16
with:
17
- esp_idf_version: v5.4
+ esp_idf_version: release-v5.4
18
target: esp32s3
19
path: '.'
.github/workflows/package_main.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build Main Code
24
25
26
27
28
29
command: 'idf.py build'
0 commit comments