-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.htm
103 lines (93 loc) · 5.15 KB
/
index.htm
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta content='width=device-width' name='viewport'>
<meta name="theme-color" content="#222222">
<link rel="shortcut icon" href="favicon.png">
<link rel="stylesheet" href="style.css">
<title>Install WLED</title>
<script
type="module"
src="installer/install-button.js"
></script>
</head>
<body onload="checkSupported()">
<img alt="" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAG0AAAAfCAMAAADazLOuAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABLUExURQAAAAB81gCU/zKq///mo7sWMN8bO+ZIYtZaAP9rAP+HMsCiG+TAIOnMS0KqNU7KPnLUZOrq6v///4CAgGhoaL+/v6CgoExMTAAAAAlm4O8AAAAZdFJOU////////////////////////////////wABNAq3AAAACXBIWXMAAA7DAAAOwwHHb6hkAAACN0lEQVRIS73VjVLCMBAEYIr8CYKkrdj3f1J37zaXFCpTO+piaDgbPq9px9VQ0qyrvKj4q6m0Zr1h+M7xF1zRmnWzqV9/0d2jttGotO1uv9dUObwej5oqp7fzWVPl8n69aprzoOUUbbvdIbV3OLwitXc6vSG1d7m8I3feSEN0j2CeNbOY4MxigjOLCc4sZsTV2l1cCyy4wIILLLjAxtykltq2rbTU+qi01N5rXNO2leaFORoija2l5MM5a02ac9Ya16Sk5tgaPrUpjZub0BL6YqSxKwbH77XUUmSkJXSl8QtaMuyJhq5maL5nTKVpZC13VmtMpTFT2g4vJjTuGfMzzXftiUZnhdtgb1xofvypRon5TjNnxYN9zJo6K5ruSIzQtGuVZn0x91rKvdHBvm39E7SyZ4y06Gz8BDBFKzsXmhcwyfsGZ9VpbhoiCinaxPNmGWmWWrNU2jB0q6HvOhN1JUtCixQtp2g51ZVUXIPS2RMAD++T2nY/DrDjOMDO4wC7jmNYj3d73nrXug8Yt9uNB8xNU1cKNXWlUFNXCjV1pZhGTE83m2vWfYf/NGj4Bg1zu5JD3/MnH5ZWfLOksbmGWGjgXMN5/C2GXYGFFW9Nmtle6Xut0Gm+JsayCj8z0nhjGvYJzVf4aSzmNYsr+u7Q2JIdoX3YOQjOslmsW1jJ3120nE9gfo79hTaNdcsqVR610lvO47pllae9ReZ805zKo2a3iaY5c75pTmVCA6dJ5H7N0sr/asPwBehb7ifEhusRAAAAAElFTkSuQmCC">
<div class="main">
<h2>Welcome to the WLED web installer!</h2>
<div id="flasher">
<ol>
<li>Plug in your ESP to a USB port. We will install WLED <span id="verstr">0.12.0</span> to it.</li>
<li id="coms">Hit "Install" and select the correct COM port. <a onclick="showSerialHelp()">No device found?</a></li>
<li>Get WLED installed and connected in less than 3 minutes!</li>
</ol><br><br>
<!-- add new builds here -->
<select id="ver" class="btn" onchange="resetCheckboxes();setManifest();">
<optgroup label="Release">
<option data-manifest="bin/release_0_15_0/manifest.json"
data-ethernet="bin/release_0_15_0/manifest_e.json"
data-test = "bin/release_0_15_0/manifest_t.json"
>0.15.0</option>
<option data-manifest="bin/release_0_14_4/manifest.json"
data-ethernet="bin/release_0_14_4/manifest_e.json"
data-audio = "bin/release_0_14_4/manifest_a.json"
data-test = "bin/beta_0_14_4/manifest_t.json"
>0.14.4</option>
<option data-manifest="bin/release_0_14_3/manifest.json"
data-ethernet="bin/release_0_14_3/manifest_e.json"
data-audio = "bin/release_0_14_3/manifest_a.json"
data-test = "bin/beta_0_14_3/manifest_t.json"
>0.14.3</option>
<option data-manifest="bin/release_0_14_2/manifest.json"
data-ethernet="bin/release_0_14_2/manifest_e.json"
data-audio = "bin/release_0_14_2/manifest_a.json"
data-test = "bin/beta_0_14_2/manifest_t.json"
>0.14.2</option>
<option data-manifest="bin/release_0_14_1/manifest.json"
data-ethernet="bin/release_0_14_1/manifest_e.json"
data-audio = "bin/release_0_14_1/manifest_a.json"
>0.14.1</option>
<option data-manifest="bin/release_0_14_0/manifest.json"
data-ethernet="bin/release_0_14_0/manifest_e.json"
data-audio = "bin/release_0_14_0/manifest_a.json"
>0.14.0</option>
<option data-manifest="bin/release_0_13_3/manifest.json"
data-ethernet="bin/release_0_13_3/manifest_e.json"
>0.13.3</option>
<option data-manifest="bin/release_0_13_1/manifest.json"
data-ethernet="bin/release_0_13_1/manifest_e.json"
>0.13.1</option>
<optgroup label="Sound Reactive (deprecated)">
<option data-manifest="bin/sr_0_13_4/manifest.json"
data-ethernet="bin/sr_0_13_4/manifest_e.json"
>0.13.4 </option>
</optgroup>
</select><br>
<div class="radio" onchange="setManifest()">
<input class="radio__input" type="radio" value="normal" name="version" id="normal" checked>
<label class="radio__label" for="normal" id="normal_label">Plain</label>
<input class="radio__input" type="radio" value="audio" name="version" id="audio">
<label class="radio__label" for="audio" id="audio_label">Audioreactive</label>
<input class="radio__input" type="radio" value="ethernet" name="version" id="ethernet">
<label class="radio__label" for="ethernet" id="ethernet_label">Ethernet</label>
<input class="radio__input" type="radio" value="test" name="version" id="test">
<label class="radio__label" for="test" id="test_label">ESP8266 CPU Frequency Test</label>
</div>
<br>
<div class="container inst-button">
<esp-web-install-button
id="inst"
manifest=""
>
<button class="btn" slot="activate">Install</button>
</esp-web-install-button><br>
</div>
<br></brY><br>Powered by <a href="https://esphome.github.io/esp-web-tools/" target="_blank">ESP Web Tools</a><br>
<br><a href="https://github.com/Aircoookie/WLED" target="_blank">GitHub</a> <a href="https://kno.wled.ge" target="_blank">kno.wled.ge</a>
<script
type = "text/javascript"
src="script.js"
></script>
</body>
</html>