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.
|
|
4 years ago | |
|---|---|---|
| .github | 5 years ago | |
| css | 4 years ago | |
| js | 5 years ago | |
| script | 5 years ago | |
| src | 4 years ago | |
| .gitignore | 5 years ago | |
| .prettierignore | 5 years ago | |
| README.md | 4 years ago | |
| index.html | 4 years ago | |
| license.md | 5 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
| rollup.config.js | 5 years ago | |
| tsconfig.json | 4 years ago | |
README.md
This package is deprecated. Use esptool-js instead.
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
- Adafruit WipperSnapper
- ESP Web Tools, the one click button to install your ESP devices via the browser.
Local development
- Clone this repository.
- Install dependencies with
npm - Run
script/develop - Open http://localhost:5004/
Origin
This project started as a fork of Adafruit WebSerial ESPTool written by Melissa LeBlanc-Williams 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.