-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
18 lines (15 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
</head>
<body>
<h1><span style="font-family: Verdana, Geneva, sans-serif;">FingerprintDoorbell Flasher</span></h1>
<p><span style="text-align: start; color: rgb(0, 0, 0); font-size: medium; font-family: Verdana, Geneva, sans-serif;">This page installs FingerprintDoorbell on your ESP32 module via the brilliant ESP Web Tools (using webserial). To start the installation, connect the ESP32 module to your computer with a usb cable, click "connect", select the COM port your module is connected to and follow the instructions.</span></p>
<p><span style="text-align: start; color: rgb(0, 0, 0); font-size: medium; font-family: Verdana, Geneva, sans-serif;"><strong>Note: </strong>This installation method is currently only supported by Chrome, Edge or Opera browsers! No Firefox, Safari...</span></p>
<script type="module" src="https://unpkg.com/esp-web-tools@10/dist/web/install-button.js?module"></script>
<esp-web-install-button manifest="manifest.json"></esp-web-install-button>
</body>
</html>