We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Of course. Technically ./src/esptool is well-decoupled from the frontend, so it won't take me much extra work publishing to NPM.
./src/esptool
Sorry, something went wrong.
@xingrz I've added read_flash to ./src/esptool on my fork.
read_flash
mtsmfm@87435f1
I'll send a PR to the library repo when you publish as a library.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: