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 869acb7a1b Convert to NPM package 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 Convert to NPM package 4 years ago
script Convert to NPM package 4 years ago
src Convert to NPM package 4 years ago
.gitignore Convert to NPM package 4 years ago
README.md Convert to NPM package 4 years ago
index.html Convert to NPM package 4 years ago
license.md Initial code 5 years ago
package.json Convert to NPM package 4 years ago
rollup.config.js Convert to NPM package 4 years ago
tsconfig.json Convert to NPM package 4 years ago
yarn.lock Convert to NPM package 4 years ago

README.md

Adafruit ESPTool

A Web Serial tool for updating your ESP bootloader.

A live copy of the tool is hosted here: https://adafruit.github.io/Adafruit_WebSerial_ESPTool/

Also available on NPM as adafruit-webserial-esptool.

Local development

  • Clone this repository.
  • Install dependencies with yarn
  • Run script/develop