File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,11 +28,7 @@ <h2>Welcome to the WLED web installer!</h2>
2828 <!-- add new builds here -->
2929 < select id ="ver " class ="btn " onchange ="resetCheckboxes();setManifest(); ">
3030
31- < optgroup label ="Nightly ">
32- < option data-manifest ="bin/Beta/beta_0_15_0-b7/manifest.json "
33- data-ethernet ="bin/Beta/beta_0_15_0-b7/manifest_e.json "
34- data-test = "bin/Beta/beta_0_15_0-b7/manifest_t.json "
35- > 0.16.0 Nightly </ option >
31+
3632 < optgroup label ="Beta ">
3733 < option data-manifest ="bin/Beta/beta_0_15_1-b2/manifest.json "
3834 data-ethernet ="bin/Beta/beta_0_15_1-b2/manifest_e.json "
@@ -60,6 +56,12 @@ <h2>Welcome to the WLED web installer!</h2>
6056 data-test = "bin/Release/release_0_14_3/manifest_t.json "
6157 > 0.14.3</ option >
6258 </ optgroup >
59+ < optgroup label ="Nightly ">
60+ < option data-manifest ="bin/Beta/beta_0_15_0-b7/manifest.json "
61+ data-ethernet ="bin/Beta/beta_0_15_0-b7/manifest_e.json "
62+ data-test = "bin/Beta/beta_0_15_0-b7/manifest_t.json "
63+ > 0.16.0 Nightly </ option >
64+ </ optgroup >
6365 </ select > < br >
6466
6567 < div class ="radio " onchange ="setManifest() ">
You can’t perform that action at this time.
0 commit comments