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

add reset functions #100

Closed brianignacio5 closed 1 year ago

brianignacio5 commented 1 year ago

Move reset code to a separate file and add multiple reset modes: classic, usb jtag and custom.

@balloob PTAL

Fix #76