mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-09 23:16:38 +02:00
parent
cfb74c6a4c
commit
4265856814
3 changed files with 3 additions and 2 deletions
|
@ -68,7 +68,7 @@ def readVersion(path, infile):
|
|||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp8266_sh1106.bin"
|
||||
src = path + ".pio/build/esp8266_sh1106/firmware.bin"
|
||||
src = path + ".pio/build/esp8266-sh1106/firmware.bin"
|
||||
dst = path + "firmware/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue