Skip to content

Commit

Permalink
update VERSION in open_evse.h
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Apr 15, 2023
1 parent 5a2cf42 commit c0c4c7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firmware/open_evse/open_evse.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#define clrBits(flags,bits) (flags &= ~(bits))

#ifndef VERSION
#define VERSION "8.2.1"
#define VERSION "8.2.3"
#endif // !VERSION

#include "Language_default.h" //Default language should always be included as bottom layer
Expand Down
4 changes: 2 additions & 2 deletions prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

pio run -e emonevse
pio run -e openevse
pio run -e emonevse-3ph
pio run -e emonevse_eu

cp .pio/build/emonevse/firmware.hex emonevse.hex
cp .pio/build/openevse/firmware.hex openevse.hex
cp .pio/build/emonevse-3ph/firmware.hex emonevse-3ph.hex
cp .pio/build/openevse_eu/firmware.hex openevse_eu.hex
ls *.hex

echo "Done"
Expand Down

0 comments on commit c0c4c7a

Please sign in to comment.