File tree 2 files changed +2
-0
lines changed
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
90
90
fi
91
91
92
92
# build sketches for different targets
93
+ build " esp32c5" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
93
94
build " esp32p4" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
94
95
build " esp32s3" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
95
96
build " esp32s2" " $CHUNK_INDEX " " $CHUNKS_CNT " " $BUILD_LOG " " $LOG_LEVEL " " $SKETCHES_FILE " " ${SKETCHES_ESP32[@]} "
Original file line number Diff line number Diff line change 51
51
- " variants/esp32c3/**/*"
52
52
- " variants/esp32c6/**/*"
53
53
- " variants/esp32h2/**/*"
54
+ - " variants/esp32c5/**/*"
54
55
55
56
concurrency :
56
57
group : build-${{github.event.pull_request.number || github.ref}}
You can’t perform that action at this time.
0 commit comments