Add RAK4631 hex to firmware release

This commit is contained in:
Ben Meadors 2024-08-27 18:24:14 -05:00
parent ab62590aa9
commit 50d778d281

View File

@ -46,3 +46,8 @@ else
cp bin/device-update.* $OUTDIR
cp bin/*.uf2 $OUTDIR
fi
if (echo $1 | grep -q "rak4631"); then
echo "Copying hex file"
cp .pio/build/$1/firmware.hex $OUTDIR/$basename.hex
fi