Skip to content

Commit

Permalink
Add RAK4631 hex to firmware release
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Aug 27, 2024
1 parent ab62590 commit 50d778d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/build-nrf52.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50d778d

Please sign in to comment.