Update esp-idf-with-gfx.yml

This commit is contained in:
mrcodetastic 2025-02-19 01:58:25 +00:00 committed by GitHub
parent 839443fdf6
commit 869078befb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ on:
jobs:
build:
name: esp-idf 5.3.2 with Adafruit GFX
name: esp-idf 5.1.4 with Adafruit GFX
runs-on: ubuntu-latest
@ -43,6 +43,6 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3.2
esp_idf_version: v5.1.4
target: esp32
path: 'examples/esp-idf/with-gfx'