|
|
|
@ -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">
|
|
|
|
|