* fix pinout
This commit is contained in:
lumapu 2023-11-29 00:02:16 +01:00
parent ca0698f06c
commit d0e7609b9d
2 changed files with 3 additions and 1 deletions

View file

@ -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"