Autodetect flash size (#2615)

This commit is contained in:
Stefan Agner 2021-10-23 13:25:46 +02:00 committed by GitHub
parent 1a6a063e04
commit b9e5c7eb35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,6 +226,8 @@ def upload_using_esptool(config, port):
mcu,
"write_flash",
"-z",
"--flash_size",
"detect",
]
for img in flash_images:
cmd += [img.offset, img.path]