1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-22 13:12:22 +01:00

Fix esphome run (#10807)

This commit is contained in:
Paulus Schoutsen
2025-09-19 16:36:46 -04:00
committed by GitHub
parent 1ccec6950a
commit 26df542036

View File

@@ -453,7 +453,7 @@ def upload_using_esptool(
"detect", "detect",
] ]
for img in flash_images: for img in flash_images:
cmd += [img.offset, img.path] cmd += [img.offset, str(img.path)]
if os.environ.get("ESPHOME_USE_SUBPROCESS") is None: if os.environ.get("ESPHOME_USE_SUBPROCESS") is None:
import esptool import esptool