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 9fc0996f1a
Added support for ESP_FLASH_DEFL_DATA operation (#21)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
5 years ago
.github Update release-drafter.yml 5 years ago
css
…
js Correct unpkg url 5 years ago
script Fork 5 years ago
src Added support for ESP_FLASH_DEFL_DATA operation (#21) 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.2 to 2.52.2 (#18) 5 years ago
package.json Added support for ESP_FLASH_DEFL_DATA operation (#21) 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.