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

refactor loader and write flash args #101

Closed brianignacio5 closed 1 year ago

brianignacio5 commented 1 year ago

Refactor Loader and write flash arguments to an options object to make interface easier to write.

PTAL @balloob