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

Merge branch 'drop_py_esptool' into integration

This commit is contained in:
J. Nick Koston
2025-08-01 11:17:09 -10:00
3 changed files with 6 additions and 5 deletions

View File

@@ -277,7 +277,7 @@ def upload_using_esptool(config, port, file, speed):
def run_esptool(baud_rate):
cmd = [
"esptool.py",
"esptool",
"--before",
"default_reset",
"--after",
@@ -290,7 +290,7 @@ def upload_using_esptool(config, port, file, speed):
mcu,
"write_flash",
"-z",
"--flash_size",
"--flash-size",
"detect",
]
for img in flash_images: