mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-15 01:46:38 +02:00
0.7.44
* fix `last_success` transmitted to often #1124 * fix github action
This commit is contained in:
parent
c586af97fe
commit
3e5fe74b38
4 changed files with 10 additions and 3 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue