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 494b04a832 Fork 4 years ago
.github Convert to NPM package 4 years ago
assets Added adafruit logo as an asset 5 years ago
css #fff border for progress in dark mode 5 years ago
js Fork 4 years ago
script Fork 4 years ago
src Defer initialize 4 years ago
.gitignore Convert to NPM package 4 years ago
README.md Fork 4 years ago
index.html Fork 4 years ago
license.md Fork 4 years ago
package-lock.json Fork 4 years ago
package.json Fork 4 years ago
rollup.config.js Convert to NPM package 4 years ago
tsconfig.json Convert to NPM package 4 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.