From 2eb845a9cb6e63df886d455fbe2375d6efb0f370 Mon Sep 17 00:00:00 2001 From: Markus Krause Date: Fri, 31 Mar 2023 00:21:16 +0200 Subject: [PATCH] remove redundant call --- scripts/getVersion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/getVersion.py b/scripts/getVersion.py index 7fbe0e1b..e3927907 100644 --- a/scripts/getVersion.py +++ b/scripts/getVersion.py @@ -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")