* fix `last_success` transmitted to often #1124
* fix github action
This commit is contained in:
lumapu 2023-08-28 16:42:29 +02:00
parent c586af97fe
commit 3e5fe74b38
4 changed files with 10 additions and 3 deletions

View file

@ -51,6 +51,7 @@ def readVersion(path, infile):
os.mkdir(path + "firmware/")
os.mkdir(path + "firmware/ESP8266/")
os.mkdir(path + "firmware/ESP8285/")
os.mkdir(path + "firmware/ESP32/")
os.mkdir(path + "firmware/ESP32-S2/")
os.mkdir(path + "firmware/ESP32-S3/")