File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ jobs:
223
223
wippersnapper.${{ matrix.arduino-platform }}.${{ env.WS_VERSION }}.bin
224
224
225
225
build-esp32 :
226
- name : Build WipperSnapper ESP32, ESP32-C3
226
+ name : Build WipperSnapper ESP32, ESP32-Cx
227
227
runs-on : ubuntu-latest
228
228
strategy :
229
229
fail-fast : false
@@ -235,11 +235,15 @@ jobs:
235
235
" feather_esp32_v2" ,
236
236
" itsybitsy_esp32" ,
237
237
" wippersnapper_qtpy_esp32c3" ,
238
+ " wippersnapper_feather_esp32c6" ,
238
239
]
239
240
include :
240
241
- offset : " 0x1000"
241
242
- offset : " 0x0"
242
- arduino-platform : " wippersnapper_qtpy_esp32c3"
243
+ arduino-platform : [
244
+ " wippersnapper_qtpy_esp32c3" ,
245
+ " wippersnapper_feather_esp32c6" ,
246
+ ]
243
247
steps :
244
248
- uses : actions/setup-python@v4
245
249
with :
You can’t perform that action at this time.
0 commit comments