Remove deprecation notices
This commit is contained in:
parent
7729ef1a05
commit
c3edabd55b
2 changed files with 6 additions and 14 deletions
|
|
@ -1,11 +1,7 @@
|
|||
# This package is deprecated. Use [esptool-js](https://github.com/espressif/esptool-js/) instead.
|
||||
|
||||
# ESP Web Flasher
|
||||
# Adafruit WebSerial ESPTool
|
||||
|
||||
JavaScript package to install firmware on ESP devices via the browser using WebSerial.
|
||||
|
||||
_This project is a collaboration between [Adafruit](https://www.adafruit.com/) and [Nabu Casa](https://www.nabucasa.com/)._
|
||||
|
||||
## Used by
|
||||
|
||||
- [Adafruit WipperSnapper](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)
|
||||
|
|
|
|||
14
index.html
14
index.html
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>ESP Web Flasher</title>
|
||||
<title>Adafruit ESPTool</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
@ -46,25 +46,21 @@
|
|||
</head>
|
||||
<body>
|
||||
<header class="header">
|
||||
<div class="left"></div>
|
||||
<div class="left">
|
||||
<img src="assets/adafruit-logo.svg" class="Adafruit-Logo">
|
||||
</div>
|
||||
<div class="right">
|
||||
<select id="baudRate"></select>
|
||||
<button id="butConnect" type="button">Connect</button>
|
||||
</div>
|
||||
</header>
|
||||
<main class="main">
|
||||
<div class="notSupported">
|
||||
This website is no longer maintained.
|
||||
<a href="https://espressif.github.io/esptool-js/"
|
||||
>Use esptool-js instead.</a
|
||||
>
|
||||
</div>
|
||||
<div id="notSupported" class="notSupported">
|
||||
Sorry, <b>Web Serial</b> is not supported on this device, make sure
|
||||
you're running Chrome 89 or later.
|
||||
</div>
|
||||
<div class="subheader">
|
||||
<div class="title left">ESP Web Flasher</div>
|
||||
<div class="title left">Adafruit ESPTool</div>
|
||||
<div class="right">
|
||||
<label for="darkmode"> Dark Mode </label>
|
||||
<div class="onoffswitch">
|
||||
|
|
|
|||
Loading…
Reference in a new issue