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 | 4 years ago | |
css | 4 years ago | |
js | 4 years ago | |
script | 4 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
.prettierignore | 4 years ago | |
README.md | 4 years ago | |
index.html | 4 years ago | |
license.md | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
rollup.config.js | 4 years ago | |
tsconfig.json | 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
- Clone this repository.
- Install dependencies with
npm
- Run
script/develop
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.