Add RAK4631 hex to firmware release

This commit is contained in:
Ben Meadors
2024-08-28 11:25:54 -07:00
committed by Kevin Hester
co-authored by Kevin Hester
parent cc93df27a5
commit 72c82c1c08
+5
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