mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-28 17:56:21 +02:00
take new ota.bin
This commit is contained in:
parent
c9b6cc5f6f
commit
2eb0a6542d
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ def readVersion(path, infile):
|
|||
dst = path + "firmware/s3/"
|
||||
os.rename(src + "bootloader.bin", dst + "bootloader.bin")
|
||||
os.rename(src + "partitions.bin", dst + "partitions.bin")
|
||||
os.rename("~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin", dst + "ota.bin")
|
||||
os.rename(src + "ota.bin", dst + "ota.bin")
|
||||
|
||||
os.rename("../scripts/gh-action-dev-build-flash.html", path + "install.html")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue