mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-16 18:36:10 +02:00
0.8.13
* fix github build
This commit is contained in:
parent
d0e7609b9d
commit
cfef2ce63a
1 changed files with 5 additions and 5 deletions
|
@ -94,16 +94,16 @@ def readVersion(path, infile):
|
|||
dst = path + "firmware/ESP32-S2/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32s3.bin"
|
||||
src = path + ".pio/build/opendtufusion/firmware.bin"
|
||||
dst = path + "firmware/ESP32-S3/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32s3_ethernet.bin"
|
||||
src = path + ".pio/build/opendtufusion-ethernet/firmware.bin"
|
||||
dst = path + "firmware/ESP32-S3-ETH/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32_ethernet.bin"
|
||||
src = path + ".pio/build/esp32-wroom32-ethernet/firmware.bin"
|
||||
dst = path + "firmware/ESP32/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
# other ESP32 bin files
|
||||
src = path + ".pio/build/esp32-wroom32/"
|
||||
dst = path + "firmware/ESP32/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue