mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-06 19:17:17 +02:00
0.7.43
fix generate binary folders
This commit is contained in:
parent
3600a2e28c
commit
c586af97fe
2 changed files with 9 additions and 6 deletions
|
@ -50,7 +50,10 @@ def readVersion(path, infile):
|
|||
versionnumber += line[p+13:].rstrip() + "."
|
||||
|
||||
os.mkdir(path + "firmware/")
|
||||
os.mkdir(path + "firmware/s3/")
|
||||
os.mkdir(path + "firmware/ESP8266/")
|
||||
os.mkdir(path + "firmware/ESP32/")
|
||||
os.mkdir(path + "firmware/ESP32-S2/")
|
||||
os.mkdir(path + "firmware/ESP32-S3/")
|
||||
sha = os.getenv("SHA",default="sha")
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp8266.bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue