Merge pull request #363 from eandersson/5_3_1

Update CI to use esp idf v5.3.1
This commit is contained in:
Erik Olof Gunnar Andersson 2024-10-05 21:51:16 +02:00 committed by GitHub
commit 98251eb150
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.3
esp_idf_version: v5.3.1
target: esp32s3
command: GITHUB_ACTIONS="true" idf.py build
path: '.'