Fix for erase causing error

This commit is contained in:
Paul Kendall 2022-07-17 11:52:14 +12:00
parent 1cc00de7fc
commit da4b1a049c

View File

@ -767,7 +767,7 @@ class ESPLoader {
}
if (this.IS_STUB === true && erase_all === true) {
this.erase_flash();
await this.erase_flash();
}
let image, address;
for (var i = 0; i < fileArray.length; i++) {