File fix-flash.patch of Package esphome
diff --git a/esphome/components/esp32/post_build.py.script b/esphome/components/esp32/post_build.py.script
index 5ef586068..9c09d975f 100644
--- a/esphome/components/esp32/post_build.py.script
+++ b/esphome/components/esp32/post_build.py.script
@@ -101,7 +101,7 @@ def merge_factory_bin(source, target, env):
str(output_path),
]
for addr, file_path in sections:
- cmd += [addr, str(file_path)]
+ cmd += [str(addr), str(file_path)]
print(f"Merging binaries into {output_path}")
result = env.Execute(