update build-* to also output binaries to *-update.bin/uf2

This commit is contained in:
Jonathan Bennett
2025-10-05 13:52:57 -05:00
parent d708ed5908
commit 9f5be559c9
3 changed files with 6 additions and 0 deletions

View File

@@ -27,3 +27,5 @@ cp $SRCELF $OUTDIR/$basename.elf
SRCBIN=.pio/build/$1/firmware.bin
cp $SRCBIN $OUTDIR/$basename.bin
cp $OUTDIR/$basename.bin $OUTDIR/$basename-update.bin