mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +00:00
Copy the actual bin
This commit is contained in:
parent
bca9fbe7e4
commit
1b249c32bf
@ -25,5 +25,5 @@ pio run --environment $1 # -v
|
|||||||
SRCELF=.pio/build/$1/firmware.elf
|
SRCELF=.pio/build/$1/firmware.elf
|
||||||
cp $SRCELF $OUTDIR/$basename.elf
|
cp $SRCELF $OUTDIR/$basename.elf
|
||||||
|
|
||||||
SRCELF=.pio/build/$1/firmware.bin
|
SRCBIN=.pio/build/$1/firmware.bin
|
||||||
cp $SRCHEX $OUTDIR/$basename.bin
|
cp $SRCBIN $OUTDIR/$basename.bin
|
||||||
|
Loading…
Reference in New Issue
Block a user