From 4093be7e701f0755a0380780b759098a39b0ef00 Mon Sep 17 00:00:00 2001 From: lumapu Date: Sat, 12 Nov 2022 02:33:41 +0100 Subject: [PATCH] fix script --- scripts/getVersion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/getVersion.py b/scripts/getVersion.py index e3626342..2346966d 100644 --- a/scripts/getVersion.py +++ b/scripts/getVersion.py @@ -50,7 +50,7 @@ def readVersion(path, infile): os.rename(src, dst) versionout = version[:-1] + "_esp8266_1m_" + sha + ".bin" - src = path + ".pio/build/esp8266-1m-release/firmware.bin" + src = path + ".pio/build/esp8285-release/firmware.bin" dst = path + "firmware/" + versionout os.rename(src, dst)