NabuCasa / esp-web-flasher

A web serial package for updating your ESP bootloader via the browser.
https://nabucasa.github.io/esp-web-flasher/
MIT License
43 stars 16 forks source link

Fix update function returning a smaller value for totalBytes than written #112

Closed makermelissa closed 2 years ago

makermelissa commented 2 years ago

It was rounding up to the next block size for written, which resulted in percentages like 500%, so this PR should make the numbers more sensible.