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 js extensions use window atob #132

Closed brianignacio5 closed 3 months ago

brianignacio5 commented 3 months ago

Fix #125

Fix #130

Add .js to import to fix issues with Svelte import.

Add function to try to use window.atob if available.

PTAL @balloob @hhvrc

github-actions[bot] commented 3 months ago

Download the artifacts for this pull request:

hhvrc commented 3 months ago

This works, LGTM! 🥳🚀