Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do you have any plan to publish ESPTool as a library? #2

Open
mtsmfm opened this issue Jun 23, 2022 · 2 comments
Open

Do you have any plan to publish ESPTool as a library? #2

mtsmfm opened this issue Jun 23, 2022 · 2 comments

Comments

@mtsmfm
Copy link

mtsmfm commented Jun 23, 2022

Hello, thank you for sharing awesome codes.

I'm looking for a way to flash and monitor ESP on browser.

I can find a few implementations:

https://github.com/toitware/esptool.js
https://github.com/espressif/esptool-js

But I think src/esptool on web-esptool is the most well implemented one.

Do you have any chance to publish this src/esptool as a library on npmjs.com?

On my fork repo, I added some changes to make it publishable.

https://github.com/mtsmfm/web-esptool

If you'd like to do so, hopefully it helps.

@xingrz
Copy link
Owner

xingrz commented Jun 23, 2022

Of course. Technically ./src/esptool is well-decoupled from the frontend, so it won't take me much extra work publishing to NPM.

@mtsmfm
Copy link
Author

mtsmfm commented Jun 27, 2022

@xingrz I've added read_flash to ./src/esptool on my fork.

mtsmfm@87435f1

I'll send a PR to the library repo when you publish as a library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants