Skip to content

Commit

Permalink
add s3 release binary
Browse files Browse the repository at this point in the history
  • Loading branch information
markusdd committed Mar 26, 2023
1 parent 8cab534 commit 11b0c5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/getVersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ def readVersion(path, infile):
dst = path + "firmware/" + versionout
os.rename(src, dst)

versionout = version[:-1] + "_" + sha + "_esp32s3.bin"
src = path + ".pio/build/opendtufusionv1-release/firmware.bin"
dst = path + "firmware/" + versionout
os.rename(src, dst)

# other ESP32 bin files
src = path + ".pio/build/esp32-wroom32-release/"
dst = path + "firmware/"
Expand Down

0 comments on commit 11b0c5b

Please sign in to comment.