mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-15 09:56:38 +02:00
0.7.42
* fix prometheus compile ESP32 * added ESP32-S3-mini to github actions * added old Changlog Entries, to have full log of changes
This commit is contained in:
parent
4a9c9f57b4
commit
e8ac63df18
5 changed files with 673 additions and 5 deletions
|
@ -84,6 +84,11 @@ def readVersion(path, infile):
|
|||
dst = path + "firmware/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32s2-mini.bin"
|
||||
src = path + ".pio/build/ --environment esp32-s2-mini/firmware.bin"
|
||||
dst = path + "firmware/" + versionout
|
||||
os.rename(src, dst)
|
||||
|
||||
versionout = version[:-1] + "_" + sha + "_esp32s3.bin"
|
||||
src = path + ".pio/build/opendtufusionv1/firmware.bin"
|
||||
dst = path + "firmware/s3/" + versionout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue