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 6cc74dd684
Remove header patching (#86)
3 years ago
.github Bump actions/setup-node from 2.5.0 to 2.5.1 (#85) 3 years ago
css Make fork official 4 years ago
js Remove header patching (#86) 3 years ago
script Fix disconnect (#68) 3 years ago
src Remove header patching (#86) 3 years ago
.gitignore Convert to NPM package 4 years ago
.prettierignore Create .prettierignore 4 years ago
README.md Fix disconnect (#68) 3 years ago
index.html Make fork official 4 years ago
license.md Fork 4 years ago
package-lock.json Bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 (#84) 3 years ago
package.json Bump serve from 12.0.1 to 13.0.2 (#69) 3 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.

Used by

This project is used by the ESP Web Tools, the one click button to install your ESP microcontrollers via the browser.

Local development

Fork

This is a fork of Adafruit WebSerial ESPTool. At the time fo the fork, their repository was a single-use website. This fork converted the code into a reusable package and published it to NPM.