Add deprecation notice

pull/34/head
Paulus Schoutsen 4 years ago
parent dbe8bf9181
commit 3722dd1e8a

@ -1,3 +1,5 @@
# This package is deprecated. Use [esptool-js](https://github.com/espressif/esptool-js/) instead.
# ESP Web Flasher
JavaScript package to install firmware on ESP devices via the browser using WebSerial.

@ -45,7 +45,7 @@ input, select, button {
color: #333;
}
#notSupported {
.notSupported, .notSupported a {
background-color: red;
color: white;
}

@ -13,7 +13,7 @@ input, select, button {
color: #000;
}
#notSupported {
.notSupported, .notSupported a {
background-color: red;
color: white;
}
@ -76,4 +76,4 @@ input, select, button {
.progress-bar {
border-color: #333;
}
}

@ -53,6 +53,12 @@
</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.

Loading…
Cancel
Save