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

22 lines
1.1 KiB
Markdown

# Adafruit WebSerial ESPTool
3 years ago
JavaScript package to install firmware on ESP devices via the browser using WebSerial.
4 years ago
## Used by
3 years ago
- [Adafruit WipperSnapper](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)
- [Adafruit CircuitPython Installer](https://circuitpython.org/downloads)
4 years ago
## Local development
- Clone this repository.
4 years ago
- Install dependencies with `npm`
- Run `script/develop`
- Open http://localhost:5004/
4 years ago
3 years ago
## Origin
2 years ago
This project was originally written by [Melissa LeBlanc-Williams](https://github.com/makermelissa). [Nabu Casa](https://www.nabucasa.com) ported the code over to TypeScript and in March 2022 took over maintenance from Adafruit. In July 2022, the Nabucasa stopped maintaining the project in favor of an official, but very early release of Espressif's [esptool-js](https://github.com/espressif/esptool-js/). Due to the instability of the tool, Adafruit updated their fork with Nabucasa's changes in November 2022 and took over maintenance once again.
4 years ago
A live copy of the tool is hosted here: https://adafruit.github.io/Adafruit_WebSerial_ESPTool/