Upgrade ESP-IDF to v5.5 (#306)

This commit is contained in:
Ken Van Hoeylandt 2025-08-28 22:34:24 +02:00 committed by GitHub
parent 8c8ccd8783
commit e9f72490fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ runs:
- name: 'Build'
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4
esp_idf_version: v5.5
target: ${{ inputs.arch }}
path: './'
- name: 'Release'

View File

@ -21,14 +21,14 @@ runs:
uses: espressif/esp-idf-ci-action@v1
with:
# NOTE: Update with ESP-IDF!
esp_idf_version: v5.4
esp_idf_version: v5.5
target: ${{ inputs.arch }}
path: './'
- name: 'Release'
shell: bash
env:
# NOTE: Update with ESP-IDF!
ESP_IDF_VERSION: '5.4'
ESP_IDF_VERSION: '5.5'
run: Buildscripts/release-sdk.sh release/TactilitySDK
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4

View File

@ -19,4 +19,4 @@ dependencies:
version: "1.7.6~1"
rules:
- if: "target == esp32s3"
idf: '5.4'
idf: '5.5'