espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
276 stars 108 forks source link

Fix for erase causing error #31

Closed pkendall64 closed 2 years ago

pkendall64 commented 2 years ago

When passing the flash to erase flash when flashing the flashing process would fail because the erase was to awaited, which means the erase is happening in parallel with the flash!

adwait-esp commented 2 years ago

LGTM