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.
Adafruit_WebSerial_ESPTool/README.md

14 lines
455 B
Markdown

5 years ago
# ESP Web Flasher
6 years ago
5 years ago
A Web Serial package for updating your ESP bootloader via the browser.
## Local development
- Clone this repository.
5 years ago
- Install dependencies with `npm`
- Run `script/develop`
5 years ago
## Fork
This is a fork of [Adafruit WebSerial ESPTool](https://github.com/adafruit/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.