Skip to content

Commit

Permalink
Copy the actual bin
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Jul 27, 2024
1 parent bca9fbe commit 1b249c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build-stm32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ pio run --environment $1 # -v
SRCELF=.pio/build/$1/firmware.elf
cp $SRCELF $OUTDIR/$basename.elf

SRCELF=.pio/build/$1/firmware.bin
cp $SRCHEX $OUTDIR/$basename.bin
SRCBIN=.pio/build/$1/firmware.bin
cp $SRCBIN $OUTDIR/$basename.bin

0 comments on commit 1b249c3

Please sign in to comment.