Merge pull request #322 from eandersson/version_bump

Update workflows to use esp idf 5.3
This commit is contained in:
WantClue 2024-09-06 09:36:38 +02:00 committed by GitHub
commit afb77da984
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.1
esp_idf_version: v5.3
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'