mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-11 07:56:39 +02:00
fix script
This commit is contained in:
parent
24de3ac39b
commit
4093be7e70
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def readVersion(path, infile):
|
|||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_esp8266_1m_" + sha + ".bin"
|
||||
src = path + ".pio/build/esp8266-1m-release/firmware.bin"
|
||||
src = path + ".pio/build/esp8285-release/firmware.bin"
|
||||
dst = path + "firmware/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue