aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrcodetastic <12006953+mrcodetastic@users.noreply.github.com>2025-02-19 01:44:38 +0000
committerGitHub <noreply@github.com>2025-02-19 01:44:38 +0000
commit286dc1d2fb23f03be4426184a9aafabc327f3a4b (patch)
tree731f853949e188559e91212d03be3fc14d1febca
parent2ac3367e93ad8bc577ea7181f9b3b06415805821 (diff)
Update and rename esp-idf-5.1.2_with-gfx.yml to esp-idf-5.3.1_with-gfx.yml
-rw-r--r--.github/workflows/esp-idf-5.3.1_with-gfx.yml (renamed from .github/workflows/esp-idf-5.1.2_with-gfx.yml)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/esp-idf-5.1.2_with-gfx.yml b/.github/workflows/esp-idf-5.3.1_with-gfx.yml
index 07b8ddc..4132074 100644
--- a/.github/workflows/esp-idf-5.1.2_with-gfx.yml
+++ b/.github/workflows/esp-idf-5.3.1_with-gfx.yml
@@ -1,4 +1,4 @@
-name: esp-idf 5.1.2 with Adafruit GFX Library
+name: esp-idf 5.3.1 with Adafruit GFX Library
on:
push:
@@ -43,6 +43,6 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
- esp_idf_version: v5.1.2
+ esp_idf_version: v5.3.1
target: esp32
path: 'examples/esp-idf/with-gfx'