ExpressLRS / web-flasher

Web-hosted flasher for ExpressLRS version 3 firmware
22 stars 21 forks source link

Use esptool-js as module #5

Closed pkendall64 closed 2 years ago

pkendall64 commented 2 years ago

Ultimately I'd like to use the esptool-js as a module rather than having it in the codebase here. Currently esptool-js needs some modifications to allow it to work for our use case. There are PRs open (many have been merged). One that is not a PR is the usage of pako, which in esptool-js is used in the global scope by their index.html including the pako.js file. It should really be a module dependency.