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
conradopoole 04db567bf8
Changes to FlashWriteSize (#14)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
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 Changes to FlashWriteSize (#14) 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 Bump rollup from 2.51.1 to 2.51.2 (#10) 5 years ago
package.json Bump version to 2.0.0 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.