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

missed some

This commit is contained in:
J. Nick Koston
2025-08-01 11:15:34 -10:00
parent 7c12f1a5bf
commit 3aaf11f404
2 changed files with 4 additions and 4 deletions

View File

@@ -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: