add new ClockScreenSaver
Some checks failed
ESP-IDF Build / build (esp32s3, latest) (push) Failing after 22s
ESP-IDF Build / build (esp32s3, release-v5.4) (push) Failing after 18s
ESP-IDF Build / build (esp32s3, release-v5.5) (push) Failing after 21s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-08-21 23:11:42 +02:00
parent f199f0d781
commit 1ead66520b
23 changed files with 939 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
idf_ver: [release-v5.4, release-v5.5, latest]
idf_target: [esp32c3, esp32h2, esp32s3, esp32p4]
idf_target: [esp32s3]
runs-on: ubuntu-latest
timeout-minutes: 30
@@ -39,4 +39,5 @@ jobs:
with:
esp_idf_version: ${{ matrix.idf_ver }}
target: ${{ matrix.idf_target }}
path: firmware
command: idf.py -DSDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.release" build