We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecd9ca commit a3d74c9Copy full SHA for a3d74c9
.github/workflows/build-clang-doxy.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
build-esp32sx-esptool:
16
- name: Build WipperSnapper ESP32-Sx
+ name: Build ESP32-Sx
17
runs-on: ubuntu-latest
18
strategy:
19
fail-fast: false
@@ -144,7 +144,7 @@ jobs:
144
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.uf2
145
146
build-esp32sx:
147
148
149
150
@@ -226,7 +226,7 @@ jobs:
226
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
227
228
build-esp32:
229
- name: Build WipperSnapper ESP32, ESP32-Cx
+ name: Build ESP32 and Cx
230
231
232
0 commit comments