File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ if [ "$BUILD_LOG" -eq 1 ]; then
9090fi
9191
9292# build sketches for different targets
93+ build " esp32c5" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
9394build " esp32p4" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
9495build " esp32s3" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
9596build " esp32s2" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
Original file line number Diff line number Diff line change 5151 - " variants/esp32c3/**/*"
5252 - " variants/esp32c6/**/*"
5353 - " variants/esp32h2/**/*"
54+ - " variants/esp32c5/**/*"
5455
5556concurrency :
5657 group : build-${{github.event.pull_request.number || github.ref}}
You can’t perform that action at this time.
0 commit comments