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
251 stars 101 forks source link

update stubs from esptool.py v4.6.1 #98

Closed igrr closed 1 year ago

igrr commented 1 year ago

esptool.py v4.6.1 includes fixes for watchdogs:

When a board that doesn't have any application flashed yet, there is nothing that will disable the watchdogs, therefore the stub has to correctly disable the watchdogs before flashing. These fixes should help when uploading large binaries, which currently may fail due to a watchdog timeout.

igrr commented 1 year ago

@brianignacio5 PTAL! If this looks okay, could we have a new bugfix release with this fix?

brianignacio5 commented 1 year ago

LGTM !