A Web Serial tool for updating your ESP bootloader.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Paulus Schoutsen dfcbec9390
Update release-drafter.yml
5 years ago
.github Update release-drafter.yml 5 years ago
css #fff border for progress in dark mode 6 years ago
js Correct unpkg url 5 years ago
script Fork 5 years ago
src Update connected boolean when disconnecting 5 years ago
.gitignore Convert to NPM package 5 years ago
.prettierignore Create .prettierignore 5 years ago
README.md Fork 5 years ago
index.html Correct unpkg url 5 years ago
license.md Fork 5 years ago
package-lock.json Version bump to 1.0.4 5 years ago
package.json Version bump to 1.0.4 5 years ago
rollup.config.js Convert to NPM package 5 years ago
tsconfig.json Convert to NPM package 5 years ago

README.md

ESP Web Flasher

A Web Serial package for updating your ESP bootloader via the browser.

Local development

  • Clone this repository.
  • Install dependencies with npm
  • Run script/develop

Fork

This is a fork of Adafruit WebSerial ESPTool. Their repository is a single-use website. This fork converts the code into a reusable package.

The changes of this fork are part of an open pull request upstream. If accepted in a way that it's usable for our projects, we can retire this project.