Update CI to use esp idf v5.3.1

This commit is contained in:
Erik Olof Gunnar Andersson 2024-09-28 16:25:06 +02:00
parent 18671b2ef2
commit b130da4f2a

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: '.'