Skip to content

Commit e9f16eb

Browse files
committed
[CI] enable esp32c6 and esp32h2
1 parent e1cbac4 commit e9f16eb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compile-examples.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ jobs:
8383

8484
build-for-esp32:
8585
runs-on: ubuntu-latest
86-
86+
8787
strategy:
8888
matrix:
8989
fqbn:
9090
- esp32:esp32:esp32
9191
- esp32:esp32:esp32s3
9292
- esp32:esp32:esp32c3
93-
# future bluetooth chips
93+
- esp32:esp32:esp32c6
94+
- esp32:esp32:esp32h2
95+
# Not supported out of the box by ESP32 Arduino core
9496
#- esp32:esp32:esp32c2
95-
#- esp32:esp32:esp32c6
96-
#- esp32:esp32:esp32h2
9797

9898
steps:
9999
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)