We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab28f3 commit b2b0bdbCopy full SHA for b2b0bdb
1 file changed
index.htm
@@ -29,6 +29,10 @@ <h2>Welcome to the WLED web installer!</h2>
29
<select id="ver" class="btn" onchange="resetCheckboxes();setManifest();">
30
31
<optgroup label="Beta">
32
+ <option data-manifest="bin/beta_0_15_0-b6/manifest.json"
33
+ data-ethernet="bin/beta_0_15_0-b6/manifest_e.json"
34
+ data-test = "bin/beta_0_15_0-b6/manifest_t.json"
35
+ >0.15.0-b6</option>
36
<option data-manifest="bin/beta_0_15_0-b5/manifest.json"
37
data-ethernet="bin/beta_0_15_0-b5/manifest_e.json"
38
data-test = "bin/beta_0_15_0-b5/manifest_t.json"
0 commit comments