mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Autodetect flash size (#2615)
This commit is contained in:
parent
9aaaf4dd4b
commit
2abe09529a
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ def upload_using_esptool(config, port):
|
||||||
mcu,
|
mcu,
|
||||||
"write_flash",
|
"write_flash",
|
||||||
"-z",
|
"-z",
|
||||||
|
"--flash_size",
|
||||||
|
"detect",
|
||||||
]
|
]
|
||||||
for img in flash_images:
|
for img in flash_images:
|
||||||
cmd += [img.offset, img.path]
|
cmd += [img.offset, img.path]
|
||||||
|
|
Loading…
Reference in a new issue