A Web Serial package for updating your ESP bootloader via the browser.
This project is used by the ESP Web Tools, the one click button to install your ESP microcontrollers via the browser.
- Clone this repository.
- Install dependencies with
npm
- Run
script/develop
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.