added check for ESP32H2

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-15 17:33:59 +02:00
parent 1c7942384b
commit 11c459bad8

View File

@@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
idf_ver: [release-v5.4, latest]
idf_target: [esp32c3, esp32s3, esp32p4]
idf_target: [esp32c3, esp32h2, esp32s3, esp32p4]
runs-on: ubuntu-latest
timeout-minutes: 30