#enable-experimental-web-platform-features
flag in
- chrome://flags
+ you're running Chrome 89 or later.
diff --git a/README.md b/README.md index cd17123..721dc5f 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ -# Adafruit ESPTool +# ESP Web Flasher -A Web Serial tool for updating your ESP bootloader. - -A live copy of the tool is hosted here: https://adafruit.github.io/Adafruit_WebSerial_ESPTool/ - -Also available on NPM as `adafruit-webserial-esptool`. +A Web Serial package for updating your ESP bootloader via the browser. ## Local development - Clone this repository. -- Install dependencies with `yarn` +- Install dependencies with `npm` - Run `script/develop` + +## Fork + +This is a fork of [Adafruit WebSerial ESPTool](https://github.com/adafruit/Adafruit_WebSerial_ESPTool). Their repository is a single-use website. This fork converts the code into a reusable package. + +The changes of this fork are part of [an open pull request](https://github.com/adafruit/Adafruit_WebSerial_ESPTool/pull/10) upstream. If accepted in a way that it's usable for our projects, we can retire this project. diff --git a/index.html b/index.html index 608f55d..882257d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@
-#enable-experimental-web-platform-features
flag in
- chrome://flags
+ you're running Chrome 89 or later.