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
dependabot[bot] 250d60471c
Bump rollup from 2.71.1 to 2.72.1 (#120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
4 years ago
.github Update release-drafter.yml 5 years ago
css Make fork official 5 years ago
js Fix update returning a smaller value for totalBytes than written 5 years ago
script S3 support (#107) 5 years ago
src Update src/esp_loader.ts 5 years ago
.gitignore Convert to NPM package 5 years ago
.prettierignore Create .prettierignore 5 years ago
README.md Update README.md 5 years ago
index.html Bump version for release 5 years ago
license.md Fork 5 years ago
package-lock.json Bump rollup from 2.71.1 to 2.72.1 (#120) 4 years ago
package.json Bump version for release 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

JavaScript package to install firmware on ESP devices via the browser using WebSerial.

This project is a collaboration between Adafruit and Nabu Casa.

Used by

Local development

Origin

This project started as a fork of Adafruit WebSerial ESPTool in June 2021. At the time fo the fork, the original repository was a single-use website. This fork converted the code into a reusable package and published it to NPM.

In March 2022 Nabu Casa took over maintenance from Adafruit and this fork became the main code base.