-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (27 loc) · 886 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<script src="index.js" defer></script>
<body>
<h1>Liquid Prep Web Tools</h1>
<p>
To flash firmware onto your ESP32
<ul>
<li>Plug your ESP32 to your computer</li>
<li>Click on the CONNECT button</li>
<li>Select cu.usbserial-0001</li>
<li>Click Connect button the select "Install Liquid Prep Web Tools"</li>
</ul>
<select id="firmwareSelect">
<option value="0">Select your Firmware</option>
<option value="1">ESP-Now-Gateway</option>
<option value="2">Mesh-Bluetooth</option>
<option value="3">Mesh-Bluetooth-Toggle</option>
</select>
<br>
<div id="installationInfo"></div>
<p></p>
</body>
</html>