Skip to content

Commit

Permalink
Update prepare-release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1howell authored Jan 6, 2025
1 parent 276adc1 commit 20b18c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
pio run -e emonevse
pio run -e openevse
pio run -e emonevse_eu
pio run -e emonevse_v6

cp .pio/build/emonevse/firmware.hex emonevse.hex
cp .pio/build/openevse/firmware.hex openevse.hex
cp .pio/build/openevse_eu/firmware.hex openevse_eu.hex
cp .pio/build/openevse_v6/firmware.hex openevse_v6cgmi.hex
ls *.hex

echo "Done"
Expand Down

0 comments on commit 20b18c7

Please sign in to comment.