Skip to content

Commit c2d76d9

Browse files
authored
Remove esp32s2 from build targets
compile fails since bt is enabled by default
1 parent 39bf872 commit c2d76d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix:
3131
target:
3232
- esp32
33-
- esp32s2
33+
# - esp32s2
3434
- esp32s3
3535
- esp32c2
3636
- esp32c3
@@ -96,7 +96,7 @@ jobs:
9696
matrix:
9797
target:
9898
- esp32
99-
- esp32s2
99+
# - esp32s2
100100
- esp32s3
101101
- esp32c2
102102
- esp32c3

0 commit comments

Comments
 (0)