mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-11 07:56:39 +02:00
remove redundant call
This commit is contained in:
parent
f6993fdc69
commit
2eb845a9cb
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ def readVersion(path, infile):
|
|||
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")
|
||||
genOtaBin(path + "firmware/s3/")
|
||||
|
||||
os.rename("../scripts/gh-action-dev-build-flash.html", path + "install.html")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue