esp-hi special app partition
This commit is contained in:
parent
5bb7c6deb8
commit
e2777cc16b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user