From 4514ae2210e407d7492c8b23ea06f87342c7ab36 Mon Sep 17 00:00:00 2001 From: proddy Date: Wed, 30 Oct 2024 11:19:06 +0100 Subject: [PATCH] add comment --- scripts/rename_fw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rename_fw.py b/scripts/rename_fw.py index 4e5261358..280199544 100755 --- a/scripts/rename_fw.py +++ b/scripts/rename_fw.py @@ -101,7 +101,7 @@ def bin_copy(source, target, env): # make a copy using the old 3.6.x filename format for backwards compatibility with the WebUI version check, e.g. # create a EMS-ESP--ESP32_S3.bin if target is ci_s3_16M_P (16MB, PSRAM) - # create a EMS-ESP--ESP32.bin if target is ci_s_4M (4MB, no PSRAM) + # create a EMS-ESP--ESP32.bin if target is ci_s_4M (4MB, no PSRAM), compatible only with S32 V1 and E32 V1.0,1.4,1.5 # # Note: there is a chance newer E32V2s (which use the 16MB partition table and PSRAM) are running a custom build # of the 3.6.5 firmware as 3.6.5 was released before production of the gateway board. Updating via the WebUI will break the system and require a manual update.