mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-15 18:06:39 +02:00
0.8.13
* fix pinout
This commit is contained in:
parent
ca0698f06c
commit
d0e7609b9d
2 changed files with 3 additions and 1 deletions
|
@ -55,6 +55,7 @@ def readVersion(path, infile):
|
|||
os.mkdir(path + "firmware/ESP32/")
|
||||
os.mkdir(path + "firmware/ESP32-S2/")
|
||||
os.mkdir(path + "firmware/ESP32-S3/")
|
||||
os.mkdir(path + "firmware/ESP32-S3-ETH/")
|
||||
sha = os.getenv("SHA",default="sha")
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp8266.bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue