Remove deprecation notices

pull/34/head
Melissa LeBlanc-Williams 3 years ago
parent 7729ef1a05
commit c3edabd55b

@ -1,11 +1,7 @@
# This package is deprecated. Use [esptool-js](https://github.com/espressif/esptool-js/) instead. # Adafruit WebSerial ESPTool
# ESP Web Flasher
JavaScript package to install firmware on ESP devices via the browser using WebSerial. 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 ## Used by
- [Adafruit WipperSnapper](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper) - [Adafruit WipperSnapper](https://learn.adafruit.com/quickstart-adafruit-io-wippersnapper)

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>ESP Web Flasher</title> <title>Adafruit ESPTool</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
@ -46,25 +46,21 @@
</head> </head>
<body> <body>
<header class="header"> <header class="header">
<div class="left"></div> <div class="left">
<img src="assets/adafruit-logo.svg" class="Adafruit-Logo">
</div>
<div class="right"> <div class="right">
<select id="baudRate"></select> <select id="baudRate"></select>
<button id="butConnect" type="button">Connect</button> <button id="butConnect" type="button">Connect</button>
</div> </div>
</header> </header>
<main class="main"> <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"> <div id="notSupported" class="notSupported">
Sorry, <b>Web Serial</b> is not supported on this device, make sure Sorry, <b>Web Serial</b> is not supported on this device, make sure
you're running Chrome 89 or later. you're running Chrome 89 or later.
</div> </div>
<div class="subheader"> <div class="subheader">
<div class="title left">ESP Web Flasher</div> <div class="title left">Adafruit ESPTool</div>
<div class="right"> <div class="right">
<label for="darkmode"> Dark Mode </label> <label for="darkmode"> Dark Mode </label>
<div class="onoffswitch"> <div class="onoffswitch">

Loading…
Cancel
Save