From e2777cc16bdf0372cd757c5100793f3133ab9fa1 Mon Sep 17 00:00:00 2001 From: Terrence Date: Wed, 11 Jun 2025 13:11:06 +0800 Subject: [PATCH] esp-hi special app partition --- scripts/versions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/versions.py b/scripts/versions.py index 506bf0c8..e49093cd 100644 --- a/scripts/versions.py +++ b/scripts/versions.py @@ -82,6 +82,8 @@ def read_binary(dir_path): data = merged_bin_data[0x100000:] elif merged_bin_data[0x200000] == 0xE9: data = merged_bin_data[0x200000:] + elif merged_bin_data[0xe0000] == 0xE9: + data = merged_bin_data[0xe0000:] else: print(dir_path, "is not a valid image") return